Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit d4b9b78

Browse files
committed
add new order types
1 parent 171af18 commit d4b9b78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/com/binance/api/client/domain/OrderType.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
public enum OrderType {
1010
LIMIT,
1111
MARKET,
12+
STOP,
1213
STOP_LOSS,
1314
STOP_LOSS_LIMIT,
1415
TAKE_PROFIT,
1516
TAKE_PROFIT_LIMIT,
1617
LIMIT_MAKER,
17-
TRAILING_STOP_MARKET
18+
STOP_MARKET,
19+
TRAILING_STOP_MARKET,
20+
TAKE_PROFIT_MARKET,
1821
}

0 commit comments

Comments
 (0)