Class: Quickfix::DerivativeInstrumentPartySubID

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

Returns a new instance of DerivativeInstrumentPartySubID.



152904
152905
152906
152907
152908
152909
152910
# File 'ext/quickfix/QuickfixRuby.cpp', line 152904

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

Class Method Details

.fieldObject



17059
17060
17061
# File 'lib/quickfix_fields.rb', line 17059

def DerivativeInstrumentPartySubID.field
	return 1297
end