Class: Quickfix::LegPaymentStreamFinalPrincipalExchangeIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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