Class: Quickfix::LegStreamNotionalCommodityFrequency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamNotionalCommodityFrequency

Returns a new instance of LegStreamNotionalCommodityFrequency.



51928
51929
51930
51931
51932
51933
51934
# File 'lib/quickfix_fields.rb', line 51928

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