Class: Quickfix::NoNested3PartyIDs

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

Returns a new instance of NoNested3PartyIDs.



119338
119339
119340
119341
119342
119343
119344
# File 'ext/quickfix/QuickfixRuby.cpp', line 119338

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

Class Method Details

.fieldObject



12652
12653
12654
# File 'lib/quickfix_fields.rb', line 12652

def NoNested3PartyIDs.field
	return 948
end