StockPositionDetail$json top-level constant
Implementation
@$core.Deprecated('Use stockPositionDetailDescriptor instead')
const StockPositionDetail$json = {
'1': 'StockPositionDetail',
'2': [
{'1': 'date', '3': 1, '4': 1, '5': 9, '10': 'date'},
{'1': 'code', '3': 2, '4': 1, '5': 9, '10': 'code'},
{'1': 'quantity', '3': 3, '4': 1, '5': 5, '10': 'quantity'},
{'1': 'price', '3': 4, '4': 1, '5': 1, '10': 'price'},
{'1': 'last_price', '3': 5, '4': 1, '5': 1, '10': 'lastPrice'},
{'1': 'dseq', '3': 6, '4': 1, '5': 9, '10': 'dseq'},
{'1': 'direction', '3': 7, '4': 1, '5': 9, '10': 'direction'},
{'1': 'pnl', '3': 8, '4': 1, '5': 1, '10': 'pnl'},
{'1': 'currency', '3': 9, '4': 1, '5': 9, '10': 'currency'},
{'1': 'fee', '3': 10, '4': 1, '5': 1, '10': 'fee'},
],
};