Class: Quickfix::DeliveryScheduleSettlDay

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryScheduleSettlDay

Returns a new instance of DeliveryScheduleSettlDay.



41749
41750
41751
41752
41753
41754
41755
# File 'lib/quickfix_fields.rb', line 41749

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