Class: Quickfix::Nested4PartyID

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

Returns a new instance of Nested4PartyID.



164174
164175
164176
164177
164178
164179
164180
# File 'ext/quickfix/QuickfixRuby.cpp', line 164174

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

Class Method Details

.fieldObject



18554
18555
18556
# File 'lib/quickfix_fields.rb', line 18554

def Nested4PartyID.field
	return 1415
end