Class: Quickfix::UnderlyingDeliveryScheduleNotional

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNotional

Returns a new instance of UnderlyingDeliveryScheduleNotional.



52929
52930
52931
52932
52933
52934
52935
# File 'lib/quickfix_fields.rb', line 52929

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