Class: Quickfix::UnderlyingInstrumentPartyRole

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ UnderlyingInstrumentPartyRole

Returns a new instance of UnderlyingInstrumentPartyRole.



165742
165743
165744
165745
165746
165747
165748
# File 'ext/quickfix/QuickfixRuby.cpp', line 165742

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

Class Method Details

.fieldObject



18762
18763
18764
# File 'lib/quickfix_fields.rb', line 18762

def UnderlyingInstrumentPartyRole.field
  return 1061
end