Class: Quickfix::UnderlyingStreamNotionalUnitOfMeasure

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

Returns a new instance of UnderlyingStreamNotionalUnitOfMeasure.



56543
56544
56545
56546
56547
56548
56549
# File 'lib/quickfix_fields.rb', line 56543

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

Class Method Details

.fieldObject



56540
56541
56542
# File 'lib/quickfix_fields.rb', line 56540

def UnderlyingStreamNotionalUnitOfMeasure.field
	return 42022
end