Class: Quickfix::SideTrdRegTimestampType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SideTrdRegTimestampType

Returns a new instance of SideTrdRegTimestampType.



13604
13605
13606
13607
13608
13609
13610
# File 'lib/quickfix_fields.rb', line 13604

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

Class Method Details

.fieldObject



13601
13602
13603
# File 'lib/quickfix_fields.rb', line 13601

def SideTrdRegTimestampType.field
	return 1013
end