Class: Quickfix::ContraryInstructionEligibilityIndicator

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

Returns a new instance of ContraryInstructionEligibilityIndicator.



75445
75446
75447
75448
75449
75450
75451
# File 'lib/quickfix_fields.rb', line 75445

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

Class Method Details

.fieldObject



75442
75443
75444
# File 'lib/quickfix_fields.rb', line 75442

def ContraryInstructionEligibilityIndicator.field
  return 2685
end