Class: Quickfix::LegPaymentStreamDelayIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::LegPaymentStreamDelayIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamDelayIndicator
constructor
A new instance of LegPaymentStreamDelayIndicator.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamDelayIndicator
Returns a new instance of LegPaymentStreamDelayIndicator.
30946 30947 30948 30949 30950 30951 30952 |
# File 'lib/quickfix_fields.rb', line 30946 def initialize(data = nil) if( data == nil ) super(40281) else super(40281, data) end end |