Class: Quickfix::LegDeliveryScheduleType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryScheduleType

Returns a new instance of LegDeliveryScheduleType.



48002
48003
48004
48005
48006
48007
48008
# File 'lib/quickfix_fields.rb', line 48002

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

Class Method Details

.fieldObject



47999
48000
48001
# File 'lib/quickfix_fields.rb', line 47999

def LegDeliveryScheduleType.field
  return 41409
end