mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-10 08:48:07 +00:00
更新 MakerEngine 和 TrendEngine,添加启动时订单管理逻辑;更新 AsterGateway,增加持仓同步功能;更新 README.md,修正项目描述及功能列表
This commit is contained in:
@@ -37,6 +37,11 @@ export interface AsterAccountPosition {
|
||||
leverage?: string;
|
||||
isolated?: boolean;
|
||||
maxNotional?: string;
|
||||
marginType?: string;
|
||||
isolatedMargin?: string;
|
||||
isAutoAddMargin?: string;
|
||||
liquidationPrice?: string;
|
||||
markPrice?: string;
|
||||
}
|
||||
|
||||
export interface AsterAccountAsset {
|
||||
|
||||
Reference in New Issue
Block a user