Class: Quickfix::UnderlyingPaymentStreamInterimPrincipalExchangeIndicator

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

Returns a new instance of UnderlyingPaymentStreamInterimPrincipalExchangeIndicator.



34820
34821
34822
34823
34824
34825
34826
# File 'lib/quickfix_fields.rb', line 34820

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

Class Method Details

.fieldObject



34817
34818
34819
# File 'lib/quickfix_fields.rb', line 34817

def UnderlyingPaymentStreamInterimPrincipalExchangeIndicator.field
  return 40579
end