Skip to content

Commit

Permalink
Update quote id and margin mode
Browse files Browse the repository at this point in the history
  • Loading branch information
timirey committed Dec 27, 2024
1 parent 4658d40 commit 00c4258
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Enums/MarginMode.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ enum MarginMode: int
* CFD.
*/
case CFD = 103;

/**
* Unknown, not documented.
*/
case UNKNOWN = 104;
}
5 changes: 5 additions & 0 deletions src/Enums/QuoteId.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ enum QuoteId: int
* Unknown, not documented.
*/
case FIVE = 5;

/**
* Unknown, not documented.
*/
case SIX = 6;
}

0 comments on commit 00c4258

Please sign in to comment.