Class: Quickfix::DeliveryScheduleSettlTimeType

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



41814
41815
41816
41817
41818
41819
41820
# File 'lib/quickfix_fields.rb', line 41814

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

Class Method Details

.fieldObject



41811
41812
41813
# File 'lib/quickfix_fields.rb', line 41811

def DeliveryScheduleSettlTimeType.field
  return 41057
end