Class: Quickfix::UnderlyingInstrumentPartySubID

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

Returns a new instance of UnderlyingInstrumentPartySubID.



165840
165841
165842
165843
165844
165845
165846
# File 'ext/quickfix/QuickfixRuby.cpp', line 165840

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

Class Method Details

.fieldObject



18775
18776
18777
# File 'lib/quickfix_fields.rb', line 18775

def UnderlyingInstrumentPartySubID.field
	return 1063
end