Class: Quickfix::DisplayLowQty

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DisplayLowQty

Returns a new instance of DisplayLowQty.



14501
14502
14503
14504
14505
14506
14507
# File 'lib/quickfix_fields.rb', line 14501

def initialize(data = nil)
  if( data == nil )
    super(1085)
  else
    super(1085, data)
  end
end