Class: Quickfix::LinkageHandlingIndicator

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

Returns a new instance of LinkageHandlingIndicator.



60690
60691
60692
60693
60694
60695
60696
# File 'lib/quickfix_fields.rb', line 60690

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

Class Method Details

.fieldObject



60687
60688
60689
# File 'lib/quickfix_fields.rb', line 60687

def LinkageHandlingIndicator.field
	return 2448
end