Class: Quickfix::DerivativeContraryInstructionEligibilityIndicator

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

Returns a new instance of DerivativeContraryInstructionEligibilityIndicator.



75484
75485
75486
75487
75488
75489
75490
# File 'lib/quickfix_fields.rb', line 75484

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

Class Method Details

.fieldObject



75481
75482
75483
# File 'lib/quickfix_fields.rb', line 75481

def DerivativeContraryInstructionEligibilityIndicator.field
  return 2688
end