Class: Quickfix::UnderlyingStreamNotionalFrequencyUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamNotionalFrequencyUnit

Returns a new instance of UnderlyingStreamNotionalFrequencyUnit.



56517
56518
56519
56520
56521
56522
56523
# File 'lib/quickfix_fields.rb', line 56517

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

Class Method Details

.fieldObject



56514
56515
56516
# File 'lib/quickfix_fields.rb', line 56514

def UnderlyingStreamNotionalFrequencyUnit.field
	return 42020
end