Class: Quickfix::AgreementID

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

Returns a new instance of AgreementID.



116006
116007
116008
116009
116010
116011
116012
# File 'ext/quickfix/QuickfixRuby.cpp', line 116006

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

Class Method Details

.fieldObject



12210
12211
12212
# File 'lib/quickfix_fields.rb', line 12210

def AgreementID.field
	return 914
end