Class: Quickfix::UnderlyingPaymentStreamInitialPrincipalExchangeIndicator

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

Returns a new instance of UnderlyingPaymentStreamInitialPrincipalExchangeIndicator.



34807
34808
34809
34810
34811
34812
34813
# File 'lib/quickfix_fields.rb', line 34807

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

Class Method Details

.fieldObject



34804
34805
34806
# File 'lib/quickfix_fields.rb', line 34804

def UnderlyingPaymentStreamInitialPrincipalExchangeIndicator.field
  return 40578
end