Class: Quickfix::UnderlyingLastPx

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLastPx

Returns a new instance of UnderlyingLastPx.



8768
8769
8770
8771
8772
8773
8774
# File 'lib/quickfix_fields.rb', line 8768

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

Class Method Details

.fieldObject



8765
8766
8767
# File 'lib/quickfix_fields.rb', line 8765

def UnderlyingLastPx.field
  return 651
end