mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 23:05:15 +00:00
add limit maker order type
This commit is contained in:
parent
4e3f325bb6
commit
6b877e1394
|
@ -58,6 +58,7 @@ type OrderType string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
OrderTypeLimit OrderType = "LIMIT"
|
OrderTypeLimit OrderType = "LIMIT"
|
||||||
|
OrderTypeLimitMaker OrderType = "LIMIT_MAKER"
|
||||||
OrderTypeMarket OrderType = "MARKET"
|
OrderTypeMarket OrderType = "MARKET"
|
||||||
OrderTypeStopLimit OrderType = "STOP_LIMIT"
|
OrderTypeStopLimit OrderType = "STOP_LIMIT"
|
||||||
OrderTypeStopMarket OrderType = "STOP_MARKET"
|
OrderTypeStopMarket OrderType = "STOP_MARKET"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user