Merge pull request #195 from c9s/feature/add-ioc-order-type-support-to-max

This commit is contained in:
Yo-An Lin 2021-04-11 12:33:25 +08:00 committed by GitHub
commit c30a84fb7f

View File

@ -36,6 +36,7 @@ const (
OrderTypePostOnly = OrderType("post_only")
OrderTypeStopLimit = OrderType("stop_limit")
OrderTypeStopMarket = OrderType("stop_market")
OrderTypeIOCLimit = OrderType("ioc_limit")
)
type QueryOrderOptions struct {