Class: Quickfix::UnderlyingProduct

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProduct

Returns a new instance of UnderlyingProduct.



17010
17011
17012
17013
17014
17015
17016
# File 'lib/quickfix_fields.rb', line 17010

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

Class Method Details

.fieldObject



17007
17008
17009
# File 'lib/quickfix_fields.rb', line 17007

def UnderlyingProduct.field
	return 462
end