Class: Quickfix::NestedPartyID

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

Returns a new instance of NestedPartyID.



76842
76843
76844
76845
76846
76847
76848
# File 'ext/quickfix/QuickfixRuby.cpp', line 76842

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

Class Method Details

.fieldObject



7049
7050
7051
# File 'lib/quickfix_fields.rb', line 7049

def NestedPartyID.field
	return 524
end