Class: Quickfix::DayOrderQty

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

Returns a new instance of DayOrderQty.



5297
5298
5299
5300
5301
5302
5303
# File 'lib/quickfix_fields.rb', line 5297

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

Class Method Details

.fieldObject



5294
5295
5296
# File 'lib/quickfix_fields.rb', line 5294

def DayOrderQty.field
  return 424
end