Class: Quickfix::DerivativeInstrumentPartyID

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

Returns a new instance of DerivativeInstrumentPartyID.



152512
152513
152514
152515
152516
152517
152518
# File 'ext/quickfix/QuickfixRuby.cpp', line 152512

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

Class Method Details

.fieldObject



17007
17008
17009
# File 'lib/quickfix_fields.rb', line 17007

def DerivativeInstrumentPartyID.field
  return 1293
end