Class: Top4R::TradeConfirmFee

Inherits:
Object
  • Object
show all
Includes:
ModelMixin
Defined in:
lib/top4r/model/trade.rb

Overview

TradeConfirmFee model

Constant Summary collapse

@@ATTRIBUTES =
[:id, :confirm_fee, :confirm_post_fee, :is_last_order]

Class Method Summary collapse

Instance Method Summary collapse

Methods included from ModelMixin

included

Class Method Details

.attributesObject



39
# File 'lib/top4r/model/trade.rb', line 39

def attributes; @@ATTRIBUTES; end

Instance Method Details

#unmarshal_other_attrsObject



42
43
44
45
# File 'lib/top4r/model/trade.rb', line 42

def unmarshal_other_attrs
  @id = 0
  self
end