Class: Quickfix::UnderlyingStreamTotalNotionalUnitOfMeasure

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

Class Method Details

.fieldObject



56566
56567
56568
# File 'lib/quickfix_fields.rb', line 56566

def UnderlyingStreamTotalNotionalUnitOfMeasure.field
	return 42024
end