Class: Quickfix::UnderlyingDeliveryScheduleNotional

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



52926
52927
52928
# File 'lib/quickfix_fields.rb', line 52926

def UnderlyingDeliveryScheduleNotional.field
	return 41759
end