Class: Quickfix::SettlPriceUnitOfMeasure

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

Returns a new instance of SettlPriceUnitOfMeasure.



24680
24681
24682
24683
24684
24685
24686
# File 'lib/quickfix_fields.rb', line 24680

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

Class Method Details

.fieldObject



24677
24678
24679
# File 'lib/quickfix_fields.rb', line 24677

def SettlPriceUnitOfMeasure.field
	return 1886
end