Class: Quickfix::UnderlyingInstrumentPartyIDSource

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ UnderlyingInstrumentPartyIDSource

Returns a new instance of UnderlyingInstrumentPartyIDSource.



165644
165645
165646
165647
165648
165649
165650
# File 'ext/quickfix/QuickfixRuby.cpp', line 165644

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

Class Method Details

.fieldObject



18749
18750
18751
# File 'lib/quickfix_fields.rb', line 18749

def UnderlyingInstrumentPartyIDSource.field
	return 1060
end