Class: Quickfix::TradSesPreCloseTime

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

Returns a new instance of TradSesPreCloseTime.



54861
54862
54863
54864
54865
54866
54867
# File 'ext/quickfix/QuickfixRuby.cpp', line 54861

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

Class Method Details

.fieldObject



4228
4229
4230
# File 'lib/quickfix_fields.rb', line 4228

def TradSesPreCloseTime.field
	return 343
end