Class: Quickfix::UnderlyingLastPx

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ UnderlyingLastPx

Returns a new instance of UnderlyingLastPx.



88786
88787
88788
88789
88790
88791
88792
# File 'ext/quickfix/QuickfixRuby.cpp', line 88786

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

Class Method Details

.fieldObject



8622
8623
8624
# File 'lib/quickfix_fields.rb', line 8622

def UnderlyingLastPx.field
  return 651
end