Class: Quickfix::DeliveryScheduleSettlTimeType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryScheduleSettlTimeType

Returns a new instance of 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