История
История операций
{{L('MYCHANGES_ROW_NUMBER')}}
{{L('MYCHANGES_ROW_STATUS')}}
{{L('MYCHANGES_ROW_IN')}}
{{L('MYCHANGES_ROW_OUT')}}
{{L('MYCHANGES_ROW_CREATEDATE')}}
{{L('CHANGE_STATUS_'+item.status)}}
{{L('MYCHANGES_ROW_IN')}}
{{$bui.prettyMoneyNoCut(item.in.amount)}}
{{$bui.getCorrectCur(item.in.id, item.in.type)}}
{{$bui.getChangeTypesLabel(item.in.type)}}
{{L('MYCHANGES_ROW_OUT')}}
{{$bui.prettyMoneyNoCut(item.out.amount)}}
{{$bui.getCorrectCur(item.out.id, item.out.type)}}
{{$bui.getChangeTypesLabel(item.out.type)}}
{{$bui.timeToDate(item.create,'onlydate')}}
{{$bui.timeToDate(item.create,'timewithzone')}}
{{L('HISTORY_TRADE_CREATE')}}
{{L('HISTORY_TRADE_STATUS')}}
{{L('HISTORY_TRADE_BUY')}}
{{L('HISTORY_TRADE_SELL')}}
{{L('HISTORY_TRADE_PRICE')}}
{{L('HISTORY_TRADE_PARTS')}}
{{$bui.timeToDate(item.momentCreate,'onlydate')}}
{{$bui.timeToDate(item.momentCreate,'timewithzone')}}
{{$bui.tradeStatus[item.status].label}}
{{L('HISTORY_TRADE_BUY')}}
{{getInfoBySide(item, 'BUY').volume}}/{{getInfoBySide(item, 'BUY').full}}
{{getInfoBySide(item, 'BUY').volume}}
{{getInfoBySide(item, 'BUY').cur}}
{{L('HISTORY_TRADE_SELL')}}
{{getInfoBySide(item, 'SELL').volume}}/{{getInfoBySide(item, 'SELL').full}}
{{getInfoBySide(item, 'SELL').volume}}
{{getInfoBySide(item, 'SELL').cur}}
{{$bui.tradeType[item.type].label}}
{{$bui.prettyMoneyDecimals(item.price)}}-
{{item.outInstrument}}
{{$bui.prettyMoneyDecimals(item.quoteAvgPrice)}}
{{item.outInstrument}}
{{L('HISTORY_TRANSFERS_MOMENT')}}
{{L('HISTORY_TRANSFERS_SENDER')}}
{{L('HISTORY_TRANSFERS_REPICIENT')}}
{{L('HISTORY_TRANSFERS_AMOUNT')}}
{{$bui.timeToDate(item.moment,'onlydate')}}
{{$bui.timeToDate(item.moment,'timewithzone')}}
{{L('HISTORY_TRANSFERS_SENDER')}}
{{L('HISTORY_TRANSFERS_YOU')}}
{{item.sender}}
{{L('HISTORY_TRANSFERS_REPICIENT')}}
{{L('HISTORY_TRANSFERS_YOU')}}
{{item.recipient}}
{{$bui.prettyMoneyDecimals(item.amount)}}
{{item.currency}}
{{L('HISTORY_NET_MOMENT')}}
{{L('HISTORY_NET_ADDRESS')}}
{{L('HISTORY_NET_AMOUNT')}}
{{$bui.timeToDate(item.moment,'onlydate')}}
{{$bui.timeToDate(item.moment,'timewithzone')}}
{{L('HISTORY_NET_ADDRESS')}}
{{item.network}}
{{item.address}}
memo: {{item.memo}}
{{L('HISTORY_NET_OUT')}}
Ввод
{{$bui.prettyMoneyDecimals(item.amount)}}
{{item.currency}}
{{L('TRADE_ORDER_HISTORYPART_CONTROL_ASK_CANCEL', $bui.timeToDate(selectedOrder.momentCreate,'onlydate')+' '+$bui.timeToDate(selectedOrder.momentCreate,'timewithzone'))}}