Class: Quickfix::PaymentStreamInterimPrincipalExchangeIndicator

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

Returns a new instance of PaymentStreamInterimPrincipalExchangeIndicator.



37030
37031
37032
37033
37034
37035
37036
# File 'lib/quickfix_fields.rb', line 37030

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

Class Method Details

.fieldObject



37027
37028
37029
# File 'lib/quickfix_fields.rb', line 37027

def PaymentStreamInterimPrincipalExchangeIndicator.field
  return 40749
end