Class: Quickfix::UnderlyingDeliveryScheduleXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleXID

Returns a new instance of UnderlyingDeliveryScheduleXID.



52916
52917
52918
52919
52920
52921
52922
# File 'lib/quickfix_fields.rb', line 52916

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