Class: Quickfix::PaymentStreamDelayIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PaymentStreamDelayIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamDelayIndicator
constructor
A new instance of PaymentStreamDelayIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamDelayIndicator
Returns a new instance of PaymentStreamDelayIndicator.
36913 36914 36915 36916 36917 36918 36919 |
# File 'lib/quickfix_fields.rb', line 36913 def initialize(data = nil) if( data == nil ) super(40740) else super(40740, data) end end |
Class Method Details
.field ⇒ Object
36910 36911 36912 |
# File 'lib/quickfix_fields.rb', line 36910 def PaymentStreamDelayIndicator.field return 40740 end |