Class: Quickfix::TradSesCloseTime

Inherits:
((swig_class *) SWIGTYPE_p_FIX__UtcTimeStampField->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) ⇒ TradSesCloseTime

Returns a new instance of TradSesCloseTime.



55045
55046
55047
55048
55049
55050
55051
# File 'ext/quickfix/QuickfixRuby.cpp', line 55045

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

Class Method Details

.fieldObject



4241
4242
4243
# File 'lib/quickfix_fields.rb', line 4241

def TradSesCloseTime.field
	return 344
end