Class: Quickfix::LegDeliveryScheduleNotional

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) ⇒ LegDeliveryScheduleNotional

Returns a new instance of LegDeliveryScheduleNotional.



48028
48029
48030
48031
48032
48033
48034
# File 'lib/quickfix_fields.rb', line 48028

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

Class Method Details

.fieldObject



48025
48026
48027
# File 'lib/quickfix_fields.rb', line 48025

def LegDeliveryScheduleNotional.field
	return 41411
end