Class: Quickfix::TrdRegTimestampType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ TrdRegTimestampType

Returns a new instance of TrdRegTimestampType.



102102
102103
102104
102105
102106
102107
102108
# File 'ext/quickfix/QuickfixRuby.cpp', line 102102

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

Class Method Details

.fieldObject



10377
10378
10379
# File 'lib/quickfix_fields.rb', line 10377

def TrdRegTimestampType.field
	return 770
end