Class: Quickfix::StreamNotionalFrequencyPeriod

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) ⇒ 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

Class Method Details

.fieldObject



46192
46193
46194
# File 'lib/quickfix_fields.rb', line 46192

def StreamNotionalFrequencyPeriod.field
	return 41306
end