Class: Quickfix::PaymentStreamMasterAgreementPaymentDatesIndicator

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

Returns a new instance of PaymentStreamMasterAgreementPaymentDatesIndicator.



45116
45117
45118
45119
45120
45121
45122
# File 'lib/quickfix_fields.rb', line 45116

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

Class Method Details

.fieldObject



45113
45114
45115
# File 'lib/quickfix_fields.rb', line 45113

def PaymentStreamMasterAgreementPaymentDatesIndicator.field
  return 41223
end