Class: Quickfix::UnderlyingDeliveryScheduleSettlFlowType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlFlowType

Returns a new instance of UnderlyingDeliveryScheduleSettlFlowType.



53046
53047
53048
53049
53050
53051
53052
# File 'lib/quickfix_fields.rb', line 53046

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