Class: Quickfix::PaymentStreamFinalPrincipalExchangeIndicator

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

Returns a new instance of PaymentStreamFinalPrincipalExchangeIndicator.



37043
37044
37045
37046
37047
37048
37049
# File 'lib/quickfix_fields.rb', line 37043

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

Class Method Details

.fieldObject



37040
37041
37042
# File 'lib/quickfix_fields.rb', line 37040

def PaymentStreamFinalPrincipalExchangeIndicator.field
  return 40750
end