Class: Quickfix::LegPaymentStreamDelayIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegPaymentStreamDelayIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamDelayIndicator
constructor
A new instance of LegPaymentStreamDelayIndicator.
Methods inherited from BoolField
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 |
Class Method Details
.field ⇒ Object
30943 30944 30945 |
# File 'lib/quickfix_fields.rb', line 30943 def LegPaymentStreamDelayIndicator.field return 40281 end |