Class: Quickfix::DerivativeInstrRegistry

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ DerivativeInstrRegistry



148898
148899
148900
148901
148902
148903
148904
# File 'ext/quickfix/QuickfixRuby.cpp', line 148898

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

Class Method Details

.fieldObject



16539
16540
16541
# File 'lib/quickfix_fields.rb', line 16539

def DerivativeInstrRegistry.field
  return 1257
end