Class: Quickfix::UnderlyingStreamNotionalFrequencyPeriod

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

Returns a new instance of UnderlyingStreamNotionalFrequencyPeriod.



56504
56505
56506
56507
56508
56509
56510
# File 'lib/quickfix_fields.rb', line 56504

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

Class Method Details

.fieldObject



56501
56502
56503
# File 'lib/quickfix_fields.rb', line 56501

def UnderlyingStreamNotionalFrequencyPeriod.field
	return 42019
end