Class: Quickfix::LegIOIQty

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



9389
9390
9391
# File 'lib/quickfix_fields.rb', line 9389

def LegIOIQty.field
  return 682
end