Class: Quickfix::UnderlyingInstrumentPartyID

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



165546
165547
165548
165549
165550
165551
165552
# File 'ext/quickfix/QuickfixRuby.cpp', line 165546

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

Class Method Details

.fieldObject



18736
18737
18738
# File 'lib/quickfix_fields.rb', line 18736

def UnderlyingInstrumentPartyID.field
  return 1059
end