Class: Quickfix::CopyMsgIndicator

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

Returns a new instance of CopyMsgIndicator.



10861
10862
10863
10864
10865
10866
10867
# File 'lib/quickfix_fields.rb', line 10861

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

Class Method Details

.fieldObject



10858
10859
10860
# File 'lib/quickfix_fields.rb', line 10858

def CopyMsgIndicator.field
	return 797
end