Class: Quickfix::DeliveryScheduleType

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

Returns a new instance of DeliveryScheduleType.



41567
41568
41569
41570
41571
41572
41573
# File 'lib/quickfix_fields.rb', line 41567

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

Class Method Details

.fieldObject



41564
41565
41566
# File 'lib/quickfix_fields.rb', line 41564

def DeliveryScheduleType.field
  return 41038
end