maxapi/v3: add order type alias

This commit is contained in:
c9s 2022-08-09 18:53:17 +08:00
parent 2380ebb285
commit ae3f6001b9
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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