Class: Quickfix::LegStreamTotalNotionalUnitOfMeasure

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

Instance Method Summary collapse

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