Class: Quickfix::UnderlyingPriceUnitOfMeasure

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasure

Returns a new instance of UnderlyingPriceUnitOfMeasure.



14280
14281
14282
14283
14284
14285
14286
# File 'lib/quickfix_fields.rb', line 14280

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

Class Method Details

.fieldObject



14277
14278
14279
# File 'lib/quickfix_fields.rb', line 14277

def UnderlyingPriceUnitOfMeasure.field
	return 1424
end