ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# haasomeapi.dataobjects.accountdata package ## 子模块 ## haasomeapi.dataobjects.accountdata.AccountInformation module ``` class haasomeapi.dataobjects.accountdata.AccountInformation.AccountInformation Bases: object ``` Data Object containing the account information Variables: **guid** | str: **name** | str: - platformType | [EnumPlatform](https://www.kancloud.cn/zbb1025/cccc/780202): - connectedPriceSource | [EnumPriceSource](https://www.kancloud.cn/zbb1025/cccc/780202): **isSimulatedAccount** | bool **availableOrderTemplates** | Dict[str, str]: ## haasomeapi.dataobjects.accountdata.BaseOrder module ``` class haasomeapi.dataobjects.accountdata.BaseOrder.BaseOrder Bases: object ``` Data Object containing the Base Order Variables: - pair | [Market](https://www.kancloud.cn/zbb1025/xxxx/780573): **orderId** | str: - orderStatus | [EnumOrderStatus](https://www.kancloud.cn/zbb1025/cccc/780202): - orderType | [EnumOrderType](https://www.kancloud.cn/zbb1025/cccc/780202): - fundMovement | [EnumFundMovingPosition](https://www.kancloud.cn/zbb1025/cccc/780202): **price** | float: **amount** | float: **amountFilled** | float: - addedTime | datetime: **unixAddedTime** | int: ## haasomeapi.dataobjects.accountdata.OrderContainer module ``` class haasomeapi.dataobjects.accountdata.OrderContainer.OrderContainer Bases: object ``` Data Object containing the Base Order Variables: - exchangeOrderList | Dict[str, BaseOrder(本链接)]: - marginOrderList | Dict[str, BaseOrder(本链接)]: - leverageOrderList | Dict[str, BaseOrder(本链接)]: ## haasomeapi.dataobjects.accountdata.Position module ``` class haasomeapi.dataobjects.accountdata.Position.Position Bases: object ``` Data Object containing the Base Order Variables: - side | [EnumFundPosition](https://www.kancloud.cn/zbb1025/cccc/780202): **usedMargin** | float: **amount** | float: **leverage** | float: - priceMarket | [Market](https://www.kancloud.cn/zbb1025/xxxx/780573): **investmentPrice** | float: **profitLossRatio** | float: **profitLossNow** | float: **marginCallPrice** | float: **amountLabel** | str: **profitLabel** | str: ## haasomeapi.dataobjects.accountdata.SoftwareInformation module ``` class haasomeapi.dataobjects.accountdata.SoftwareInformation.SoftwareInformation Bases: object ``` Data Object containing the software information Variables: **isBeta** | bool: **versionNumber** | str: - licenceType | [EnumSoftwareLicence](https://www.kancloud.cn/zbb1025/cccc/780202): ## haasomeapi.dataobjects.accountdata.Wallet module ``` class haasomeapi.dataobjects.accountdata.Wallet.Wallet Bases: object ``` Data Object containing the Wallet Variables: **coins** | Dict[str, float]: - positions | Dict[str, Position(本链接)]: ## 模板内容