Class: Quickfix::ContraryInstructionIndicator

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

Returns a new instance of ContraryInstructionIndicator.



9860
9861
9862
9863
9864
9865
9866
# File 'lib/quickfix_fields.rb', line 9860

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

Class Method Details

.fieldObject



9857
9858
9859
# File 'lib/quickfix_fields.rb', line 9857

def ContraryInstructionIndicator.field
  return 719
end