Class: Quickfix::LegDeliveryScheduleType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryScheduleType

Returns a new instance of LegDeliveryScheduleType.



48002
48003
48004
48005
48006
48007
48008
# File 'lib/quickfix_fields.rb', line 48002

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