Class: Quickfix::PaymentStreamInitialPrincipalExchangeIndicator

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

Returns a new instance of PaymentStreamInitialPrincipalExchangeIndicator.



37017
37018
37019
37020
37021
37022
37023
# File 'lib/quickfix_fields.rb', line 37017

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

Class Method Details

.fieldObject



37014
37015
37016
# File 'lib/quickfix_fields.rb', line 37014

def PaymentStreamInitialPrincipalExchangeIndicator.field
  return 40748
end