Class: Quickfix::CashOrderQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::CashOrderQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashOrderQty
constructor
A new instance of CashOrderQty.
Constructor Details
#initialize(data = nil) ⇒ CashOrderQty
Returns a new instance of CashOrderQty.
682 683 684 685 686 687 688 |
# File 'lib/quickfix_fields.rb', line 682 def initialize(data = nil) if( data == nil ) super(152) else super(152, data) end end |
Class Method Details
.field ⇒ Object
679 680 681 |
# File 'lib/quickfix_fields.rb', line 679 def CashOrderQty.field return 152 end |