Class: Quickfix::LegStreamNotionalUnitOfMeasure

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

Returns a new instance of LegStreamNotionalUnitOfMeasure.



51941
51942
51943
51944
51945
51946
51947
# File 'lib/quickfix_fields.rb', line 51941

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

Class Method Details

.fieldObject



51938
51939
51940
# File 'lib/quickfix_fields.rb', line 51938

def LegStreamNotionalUnitOfMeasure.field
	return 41706
end