Class: Quickfix::TradSesOpenTime

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

Returns a new instance of TradSesOpenTime.



54677
54678
54679
54680
54681
54682
54683
# File 'ext/quickfix/QuickfixRuby.cpp', line 54677

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

Class Method Details

.fieldObject



4215
4216
4217
# File 'lib/quickfix_fields.rb', line 4215

def TradSesOpenTime.field
	return 342
end