Class: Quickfix::LegIOIQty

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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