Class: Quickfix::DeliveryScheduleNotionalCommodityFrequency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DeliveryScheduleNotionalCommodityFrequency

Returns a new instance of DeliveryScheduleNotionalCommodityFrequency.



41619
41620
41621
41622
41623
41624
41625
# File 'lib/quickfix_fields.rb', line 41619

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

Class Method Details

.fieldObject



41616
41617
41618
# File 'lib/quickfix_fields.rb', line 41616

def DeliveryScheduleNotionalCommodityFrequency.field
	return 41042
end