mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
feature: add ioc order type support to max exchange
This commit is contained in:
parent
2ec4617694
commit
c9198d498e
|
@ -36,6 +36,7 @@ const (
|
||||||
OrderTypePostOnly = OrderType("post_only")
|
OrderTypePostOnly = OrderType("post_only")
|
||||||
OrderTypeStopLimit = OrderType("stop_limit")
|
OrderTypeStopLimit = OrderType("stop_limit")
|
||||||
OrderTypeStopMarket = OrderType("stop_market")
|
OrderTypeStopMarket = OrderType("stop_market")
|
||||||
|
OrderTypeIOCLimit = OrderType("ioc_limit")
|
||||||
)
|
)
|
||||||
|
|
||||||
type QueryOrderOptions struct {
|
type QueryOrderOptions struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user