Class: Quickfix::UnderlyingPaymentStreamFinalPrincipalExchangeIndicator

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

Returns a new instance of UnderlyingPaymentStreamFinalPrincipalExchangeIndicator.



34833
34834
34835
34836
34837
34838
34839
# File 'lib/quickfix_fields.rb', line 34833

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

Class Method Details

.fieldObject



34830
34831
34832
# File 'lib/quickfix_fields.rb', line 34830

def UnderlyingPaymentStreamFinalPrincipalExchangeIndicator.field
	return 40580
end