mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
maxapi/v3: add order type alias
This commit is contained in:
parent
2380ebb285
commit
ae3f6001b9
|
@ -10,6 +10,8 @@ import (
|
|||
|
||||
// create type alias
|
||||
type WalletType = maxapi.WalletType
|
||||
type OrderType = maxapi.OrderType
|
||||
|
||||
type Order = maxapi.Order
|
||||
type Trade = maxapi.Trade
|
||||
type Account = maxapi.Account
|
||||
|
|
Loading…
Reference in New Issue
Block a user