Class: Quickfix::DeliveryScheduleSettlFlowType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryScheduleSettlFlowType

Returns a new instance of DeliveryScheduleSettlFlowType.



41710
41711
41712
41713
41714
41715
41716
# File 'lib/quickfix_fields.rb', line 41710

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