StockPosition$json top-level constant
Implementation
@$core.Deprecated('Use stockPositionDescriptor instead')
const StockPosition$json = {
'1': 'StockPosition',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
{'1': 'code', '3': 2, '4': 1, '5': 9, '10': 'code'},
{'1': 'direction', '3': 3, '4': 1, '5': 9, '10': 'direction'},
{'1': 'quantity', '3': 4, '4': 1, '5': 5, '10': 'quantity'},
{'1': 'price', '3': 5, '4': 1, '5': 1, '10': 'price'},
{'1': 'last_price', '3': 6, '4': 1, '5': 1, '10': 'lastPrice'},
{'1': 'pnl', '3': 7, '4': 1, '5': 1, '10': 'pnl'},
{'1': 'yd_quantity', '3': 8, '4': 1, '5': 5, '10': 'ydQuantity'},
{'1': 'cond', '3': 9, '4': 1, '5': 9, '10': 'cond'},
{'1': 'margin_purchase_amount', '3': 10, '4': 1, '5': 5, '10': 'marginPurchaseAmount'},
{'1': 'collateral', '3': 11, '4': 1, '5': 5, '10': 'collateral'},
{'1': 'short_sale_margin', '3': 12, '4': 1, '5': 5, '10': 'shortSaleMargin'},
{'1': 'interest', '3': 13, '4': 1, '5': 5, '10': 'interest'},
{'1': 'detail_arr', '3': 14, '4': 3, '5': 11, '6': '.forwarder.StockPositionDetail', '10': 'detailArr'},
],
};