Class: Quickfix::UnderlyingPaymentStreamDelayIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingPaymentStreamDelayIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDelayIndicator
constructor
A new instance of UnderlyingPaymentStreamDelayIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDelayIndicator
Returns a new instance of UnderlyingPaymentStreamDelayIndicator.
34703 34704 34705 34706 34707 34708 34709 |
# File 'lib/quickfix_fields.rb', line 34703 def initialize(data = nil) if( data == nil ) super(40570) else super(40570, data) end end |
Class Method Details
.field ⇒ Object
34700 34701 34702 |
# File 'lib/quickfix_fields.rb', line 34700 def .field return 40570 end |