Class: Quickfix::UnderlyingPriceUnitOfMeasure

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

Returns a new instance of UnderlyingPriceUnitOfMeasure.



17634
17635
17636
17637
17638
17639
17640
# File 'lib/quickfix_fields.rb', line 17634

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

Class Method Details

.fieldObject



17631
17632
17633
# File 'lib/quickfix_fields.rb', line 17631

def UnderlyingPriceUnitOfMeasure.field
	return 1424
end