Class: Quickfix::PriorSpreadIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PriorSpreadIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriorSpreadIndicator
constructor
A new instance of PriorSpreadIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PriorSpreadIndicator
Returns a new instance of PriorSpreadIndicator.
9873 9874 9875 9876 9877 9878 9879 |
# File 'lib/quickfix_fields.rb', line 9873 def initialize(data = nil) if( data == nil ) super(720) else super(720, data) end end |
Class Method Details
.field ⇒ Object
9870 9871 9872 |
# File 'lib/quickfix_fields.rb', line 9870 def PriorSpreadIndicator.field return 720 end |