Added missing fields for kucoin.
feeCategory, makerFeeCoefficient, takerFeeCoefficient and st.kucoin_and_binance_fix
parent
0be454c3d6
commit
9890ab2811
|
@ -111,6 +111,10 @@ class KucoinMktPair(Struct, frozen=True):
|
|||
quoteMaxSize: float
|
||||
quoteMinSize: float
|
||||
symbol: str # our bs_mktid, kucoin's internal id
|
||||
feeCategory: int
|
||||
makerFeeCoefficient: float
|
||||
takerFeeCoefficient: float
|
||||
st: bool
|
||||
|
||||
|
||||
class AccountTrade(Struct, frozen=True):
|
||||
|
|
Loading…
Reference in New Issue