Class: Quickfix::DerivativeEventText

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

Returns a new instance of DerivativeEventText.



152316
152317
152318
152319
152320
152321
152322
# File 'ext/quickfix/QuickfixRuby.cpp', line 152316

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

Class Method Details

.fieldObject



16981
16982
16983
# File 'lib/quickfix_fields.rb', line 16981

def DerivativeEventText.field
  return 1291
end