Class: Quickfix::LegPaymentStreamDaysAdjustmentIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamDaysAdjustmentIndicator

Returns a new instance of LegPaymentStreamDaysAdjustmentIndicator.



66930
66931
66932
66933
66934
66935
66936
# File 'lib/quickfix_fields.rb', line 66930

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