Class: Quickfix::TradSesStartTime

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

Returns a new instance of TradSesStartTime.



54493
54494
54495
54496
54497
54498
54499
# File 'ext/quickfix/QuickfixRuby.cpp', line 54493

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

Class Method Details

.fieldObject



4202
4203
4204
# File 'lib/quickfix_fields.rb', line 4202

def TradSesStartTime.field
	return 341
end