Class: Quickfix::DeliveryScheduleNotional

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

Returns a new instance of DeliveryScheduleNotional.



41593
41594
41595
41596
41597
41598
41599
# File 'lib/quickfix_fields.rb', line 41593

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

Class Method Details

.fieldObject



41590
41591
41592
# File 'lib/quickfix_fields.rb', line 41590

def DeliveryScheduleNotional.field
	return 41040
end