Class: Quickfix::LegPaymentStreamInitialPrincipalExchangeIndicator

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

Returns a new instance of LegPaymentStreamInitialPrincipalExchangeIndicator.



31050
31051
31052
31053
31054
31055
31056
# File 'lib/quickfix_fields.rb', line 31050

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

Class Method Details

.fieldObject



31047
31048
31049
# File 'lib/quickfix_fields.rb', line 31047

def LegPaymentStreamInitialPrincipalExchangeIndicator.field
  return 40289
end