Class: Quickfix::LegIOIQty
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegIOIQty
- Defined in:
- lib/quickfix_fields.rb
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.
9392 9393 9394 9395 9396 9397 9398 |
# File 'lib/quickfix_fields.rb', line 9392 def initialize(data = nil) if( data == nil ) super(682) else super(682, data) end end |