Class: Quickfix::UnderlyingInstrumentPartySubIDType

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

Returns a new instance of UnderlyingInstrumentPartySubIDType.



165938
165939
165940
165941
165942
165943
165944
# File 'ext/quickfix/QuickfixRuby.cpp', line 165938

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

Class Method Details

.fieldObject



18788
18789
18790
# File 'lib/quickfix_fields.rb', line 18788

def UnderlyingInstrumentPartySubIDType.field
  return 1064
end