Class: Quickfix::UnderlyingAdditionalTermConditionPrecedentBondIndicator

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

Returns a new instance of UnderlyingAdditionalTermConditionPrecedentBondIndicator.



58311
58312
58313
58314
58315
58316
58317
# File 'lib/quickfix_fields.rb', line 58311

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

Class Method Details

.fieldObject



58308
58309
58310
# File 'lib/quickfix_fields.rb', line 58308

def UnderlyingAdditionalTermConditionPrecedentBondIndicator.field
  return 42037
end