Class: Quickfix::LegCFICode

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

Returns a new instance of LegCFICode.



84964
84965
84966
84967
84968
84969
84970
# File 'ext/quickfix/QuickfixRuby.cpp', line 84964

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

Class Method Details

.fieldObject



8115
8116
8117
# File 'lib/quickfix_fields.rb', line 8115

def LegCFICode.field
	return 608
end