Class: Quickfix::LegDeliveryScheduleNotionalCommodityFrequency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryScheduleNotionalCommodityFrequency

Returns a new instance of LegDeliveryScheduleNotionalCommodityFrequency.



48054
48055
48056
48057
48058
48059
48060
# File 'lib/quickfix_fields.rb', line 48054

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