Class: Quickfix::UnderlyingCurrentValue

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) ⇒ UnderlyingCurrentValue

Returns a new instance of UnderlyingCurrentValue.



113164
113165
113166
113167
113168
113169
113170
# File 'ext/quickfix/QuickfixRuby.cpp', line 113164

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

Class Method Details

.fieldObject



11833
11834
11835
# File 'lib/quickfix_fields.rb', line 11833

def UnderlyingCurrentValue.field
  return 885
end