Class: Quickfix::InitialDisplayQty

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

Returns a new instance of InitialDisplayQty.



22067
22068
22069
22070
22071
22072
22073
# File 'lib/quickfix_fields.rb', line 22067

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

Class Method Details

.fieldObject



22064
22065
22066
# File 'lib/quickfix_fields.rb', line 22064

def InitialDisplayQty.field
  return 1608
end