Class: Quickfix::LegPaymentStreamDaysAdjustmentIndicator

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

Returns a new instance of LegPaymentStreamDaysAdjustmentIndicator.



66930
66931
66932
66933
66934
66935
66936
# File 'lib/quickfix_fields.rb', line 66930

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

Class Method Details

.fieldObject



66927
66928
66929
# File 'lib/quickfix_fields.rb', line 66927

def LegPaymentStreamDaysAdjustmentIndicator.field
  return 42479
end