Class: Quickfix::PaymentStreamDaysAdjustmentIndicator

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



69504
69505
69506
69507
69508
69509
69510
# File 'lib/quickfix_fields.rb', line 69504

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

Class Method Details

.fieldObject



69501
69502
69503
# File 'lib/quickfix_fields.rb', line 69501

def PaymentStreamDaysAdjustmentIndicator.field
  return 42680
end