Class: Top4R::TradeConfirmFee
- Inherits:
-
Object
- Object
- Top4R::TradeConfirmFee
- 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
Class Method Details
.attributes ⇒ Object
39 |
# File 'lib/top4r/model/trade.rb', line 39 def attributes; @@ATTRIBUTES; end |
Instance Method Details
#unmarshal_other_attrs ⇒ Object
42 43 44 45 |
# File 'lib/top4r/model/trade.rb', line 42 def unmarshal_other_attrs @id = 0 self end |