Class: Quickfix::CFICode

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

Returns a new instance of CFICode.



70692
70693
70694
70695
70696
70697
70698
# File 'ext/quickfix/QuickfixRuby.cpp', line 70692

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

Class Method Details

.fieldObject



6256
6257
6258
# File 'lib/quickfix_fields.rb', line 6256

def CFICode.field
	return 461
end