Class: Quickfix::LegDeliveryScheduleSettlFlowType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryScheduleSettlFlowType

Returns a new instance of LegDeliveryScheduleSettlFlowType.



48145
48146
48147
48148
48149
48150
48151
# File 'lib/quickfix_fields.rb', line 48145

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