Class: Quickfix::UnderlyingContraryInstructionEligibilityIndicator

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

Returns a new instance of UnderlyingContraryInstructionEligibilityIndicator.



75471
75472
75473
75474
75475
75476
75477
# File 'lib/quickfix_fields.rb', line 75471

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

Class Method Details

.fieldObject



75468
75469
75470
# File 'lib/quickfix_fields.rb', line 75468

def UnderlyingContraryInstructionEligibilityIndicator.field
  return 2687
end