mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-10 08:48:07 +00:00
feat: add minBaseAmount and minQuoteAmount to ExchangePrecision and LighterGateway for improved trading logic
This commit is contained in:
@@ -33,6 +33,8 @@ export interface ExchangePrecision {
|
||||
priceDecimals?: number;
|
||||
sizeDecimals?: number;
|
||||
marketId?: number;
|
||||
minBaseAmount?: number;
|
||||
minQuoteAmount?: number;
|
||||
}
|
||||
|
||||
export interface ExchangeAdapter {
|
||||
|
||||
Reference in New Issue
Block a user