Class: Quickfix::StreamNotionalFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamNotionalFrequencyUnit

Returns a new instance of StreamNotionalFrequencyUnit.



46208
46209
46210
46211
46212
46213
46214
# File 'lib/quickfix_fields.rb', line 46208

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