Class: Quickfix::LegPaymentStreamInterimPrincipalExchangeIndicator

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



31063
31064
31065
31066
31067
31068
31069
# File 'lib/quickfix_fields.rb', line 31063

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

Class Method Details

.fieldObject



31060
31061
31062
# File 'lib/quickfix_fields.rb', line 31060

def LegPaymentStreamInterimPrincipalExchangeIndicator.field
  return 40290
end