Class: Quickfix::LegStreamTotalNotionalUnitOfMeasure

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

Returns a new instance of LegStreamTotalNotionalUnitOfMeasure.



51967
51968
51969
51970
51971
51972
51973
# File 'lib/quickfix_fields.rb', line 51967

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

Class Method Details

.fieldObject



51964
51965
51966
# File 'lib/quickfix_fields.rb', line 51964

def LegStreamTotalNotionalUnitOfMeasure.field
	return 41708
end