Class: Quickfix::LegStreamNotionalUnitOfMeasure

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

Instance Method Summary collapse

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