Class: Quickfix::UnderlyingProduct

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProduct

Returns a new instance of UnderlyingProduct.



6415
6416
6417
6418
6419
6420
6421
# File 'lib/quickfix_fields.rb', line 6415

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

Class Method Details

.fieldObject



6412
6413
6414
# File 'lib/quickfix_fields.rb', line 6412

def UnderlyingProduct.field
  return 462
end