Class: Quickfix::Nested3PartyID

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

Returns a new instance of Nested3PartyID.



119436
119437
119438
119439
119440
119441
119442
# File 'ext/quickfix/QuickfixRuby.cpp', line 119436

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

Class Method Details

.fieldObject



12665
12666
12667
# File 'lib/quickfix_fields.rb', line 12665

def Nested3PartyID.field
	return 949
end