Class: Quickfix::LegPaymentStreamInterimPrincipalExchangeIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamInterimPrincipalExchangeIndicator

Returns a new instance of 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