Class: Quickfix::TZTransactTime

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ TZTransactTime

Returns a new instance of TZTransactTime.



136660
136661
136662
136663
136664
136665
136666
# File 'ext/quickfix/QuickfixRuby.cpp', line 136660

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

Class Method Details

.fieldObject



14927
14928
14929
# File 'lib/quickfix_fields.rb', line 14927

def TZTransactTime.field
	return 1132
end