Class: Quickfix::UnderlyingLastPx

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

Instance Method Summary collapse

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