Class: Quickfix::TradSesMethod

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

Returns a new instance of TradSesMethod.



54140
54141
54142
54143
54144
54145
54146
# File 'ext/quickfix/QuickfixRuby.cpp', line 54140

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

Class Method Details

.fieldObject



4163
4164
4165
# File 'lib/quickfix_fields.rb', line 4163

def TradSesMethod.field
	return 338
end