Class: Quickfix::LegContraryInstructionEligibilityIndicator

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

Returns a new instance of LegContraryInstructionEligibilityIndicator.



75458
75459
75460
75461
75462
75463
75464
# File 'lib/quickfix_fields.rb', line 75458

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

Class Method Details

.fieldObject



75455
75456
75457
# File 'lib/quickfix_fields.rb', line 75455

def LegContraryInstructionEligibilityIndicator.field
  return 2686
end