Class: Quickfix::NoInstrumentPartySubIDs

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

Returns a new instance of NoInstrumentPartySubIDs.



129506
129507
129508
129509
129510
129511
129512
# File 'ext/quickfix/QuickfixRuby.cpp', line 129506

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

Class Method Details

.fieldObject



13978
13979
13980
# File 'lib/quickfix_fields.rb', line 13978

def NoInstrumentPartySubIDs.field
	return 1052
end