Class: Quickfix::LegStreamNotionalFrequencyUnit

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

Returns a new instance of LegStreamNotionalFrequencyUnit.



51915
51916
51917
51918
51919
51920
51921
# File 'lib/quickfix_fields.rb', line 51915

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

Class Method Details

.fieldObject



51912
51913
51914
# File 'lib/quickfix_fields.rb', line 51912

def LegStreamNotionalFrequencyUnit.field
	return 41704
end