Class: Quickfix::DeliveryScheduleXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryScheduleXID

Returns a new instance of DeliveryScheduleXID.



41580
41581
41582
41583
41584
41585
41586
# File 'lib/quickfix_fields.rb', line 41580

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