Class: Quickfix::DisplayHighQty

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) ⇒ DisplayHighQty

Returns a new instance of DisplayHighQty.



14514
14515
14516
14517
14518
14519
14520
# File 'lib/quickfix_fields.rb', line 14514

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

Class Method Details

.fieldObject



14511
14512
14513
# File 'lib/quickfix_fields.rb', line 14511

def DisplayHighQty.field
  return 1086
end