Class: Quickfix::StreamNotionalFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamNotionalFrequencyPeriod

Returns a new instance of StreamNotionalFrequencyPeriod.



46195
46196
46197
46198
46199
46200
46201
# File 'lib/quickfix_fields.rb', line 46195

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