Class: Quickfix::SideTrdRegTimestampType

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

Returns a new instance of SideTrdRegTimestampType.



125684
125685
125686
125687
125688
125689
125690
# File 'ext/quickfix/QuickfixRuby.cpp', line 125684

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

Class Method Details

.fieldObject



13471
13472
13473
# File 'lib/quickfix_fields.rb', line 13471

def SideTrdRegTimestampType.field
	return 1013
end