Class: Quickfix::UnderlyingStreamTotalNotionalUnitOfMeasure

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamTotalNotionalUnitOfMeasure

Returns a new instance of UnderlyingStreamTotalNotionalUnitOfMeasure.



56569
56570
56571
56572
56573
56574
56575
# File 'lib/quickfix_fields.rb', line 56569

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