Class: Quickfix::UnderlyingPaymentStreamDaysAdjustmentIndicator

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

Returns a new instance of UnderlyingPaymentStreamDaysAdjustmentIndicator.



73612
73613
73614
73615
73616
73617
73618
# File 'lib/quickfix_fields.rb', line 73612

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

Class Method Details

.fieldObject



73609
73610
73611
# File 'lib/quickfix_fields.rb', line 73609

def UnderlyingPaymentStreamDaysAdjustmentIndicator.field
  return 42975
end