Class: Quickfix::LegPaymentStreamFinalPrincipalExchangeIndicator

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

Returns a new instance of LegPaymentStreamFinalPrincipalExchangeIndicator.



31076
31077
31078
31079
31080
31081
31082
# File 'lib/quickfix_fields.rb', line 31076

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

Class Method Details

.fieldObject



31073
31074
31075
# File 'lib/quickfix_fields.rb', line 31073

def LegPaymentStreamFinalPrincipalExchangeIndicator.field
	return 40291
end