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