Class: Quickfix::NoPartyIDs

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

Returns a new instance of NoPartyIDs.



69908
69909
69910
69911
69912
69913
69914
# File 'ext/quickfix/QuickfixRuby.cpp', line 69908

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

Class Method Details

.fieldObject



6152
6153
6154
# File 'lib/quickfix_fields.rb', line 6152

def NoPartyIDs.field
	return 453
end