Class: Quickfix::AgreementDesc

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

Returns a new instance of AgreementDesc.



115908
115909
115910
115911
115912
115913
115914
# File 'ext/quickfix/QuickfixRuby.cpp', line 115908

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

Class Method Details

.fieldObject



12197
12198
12199
# File 'lib/quickfix_fields.rb', line 12197

def AgreementDesc.field
	return 913
end