Class: Quickfix::SideTrdRegTimestampSrc

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideTrdRegTimestampSrc

Returns a new instance of SideTrdRegTimestampSrc.



500
501
502
503
504
505
506
# File 'lib/quickfix_fields.rb', line 500

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

Class Method Details

.fieldObject



497
498
499
# File 'lib/quickfix_fields.rb', line 497

def SideTrdRegTimestampSrc.field
	return 1014
end