Class: Quickfix::Nested2PartyID

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

Returns a new instance of Nested2PartyID.



100742
100743
100744
100745
100746
100747
100748
# File 'ext/quickfix/QuickfixRuby.cpp', line 100742

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

Class Method Details

.fieldObject



10208
10209
10210
# File 'lib/quickfix_fields.rb', line 10208

def Nested2PartyID.field
	return 757
end