Method: TinkoffInvestClient::OperationTrade.attribute_map

Defined in:
lib/tinkoff_invest_client/models/operation_trade.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



28
29
30
31
32
33
34
35
# File 'lib/tinkoff_invest_client/models/operation_trade.rb', line 28

def self.attribute_map
  {
    :'trade_id' => :'tradeId',
    :'date' => :'date',
    :'price' => :'price',
    :'quantity' => :'quantity'
  }
end