Class: Quickfix::LegPaymentStreamDaysAdjustmentIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::LegPaymentStreamDaysAdjustmentIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamDaysAdjustmentIndicator
constructor
A new instance of LegPaymentStreamDaysAdjustmentIndicator.
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 |