Class: Quickfix::LegIOIQty
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegIOIQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegIOIQty
constructor
A new instance of LegIOIQty.
Constructor Details
#initialize(data = nil) ⇒ LegIOIQty
Returns a new instance of LegIOIQty.
10367 10368 10369 10370 10371 10372 10373 |
# File 'lib/quickfix_fields.rb', line 10367 def initialize(data = nil) if( data == nil ) super(682) else super(682, data) end end |
Class Method Details
.field ⇒ Object
10364 10365 10366 |
# File 'lib/quickfix_fields.rb', line 10364 def LegIOIQty.field return 682 end |