Class: Quickfix::NoNested4PartyIDs

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

Returns a new instance of NoNested4PartyIDs.



164076
164077
164078
164079
164080
164081
164082
# File 'ext/quickfix/QuickfixRuby.cpp', line 164076

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

Class Method Details

.fieldObject



18541
18542
18543
# File 'lib/quickfix_fields.rb', line 18541

def NoNested4PartyIDs.field
	return 1414
end