Class: Quickfix::UnderlyingDeliveryScheduleSettlEnd

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlEnd

Returns a new instance of UnderlyingDeliveryScheduleSettlEnd.



53137
53138
53139
53140
53141
53142
53143
# File 'lib/quickfix_fields.rb', line 53137

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