Class: Quickfix::DisplayLowQty

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



14498
14499
14500
# File 'lib/quickfix_fields.rb', line 14498

def DisplayLowQty.field
  return 1085
end