Class: Quickfix::TrdRegTimestampManualIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TrdRegTimestampManualIndicator

Returns a new instance of TrdRegTimestampManualIndicator.



77564
77565
77566
77567
77568
77569
77570
# File 'lib/quickfix_fields.rb', line 77564

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

Class Method Details

.fieldObject



77561
77562
77563
# File 'lib/quickfix_fields.rb', line 77561

def TrdRegTimestampManualIndicator.field
	return 2839
end