Class: Quickfix::WorkingIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::WorkingIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ WorkingIndicator
constructor
A new instance of WorkingIndicator.
Constructor Details
#initialize(data = nil) ⇒ WorkingIndicator
Returns a new instance of WorkingIndicator.
7221 7222 7223 7224 7225 7226 7227 |
# File 'lib/quickfix_fields.rb', line 7221 def initialize(data = nil) if( data == nil ) super(636) else super(636, data) end end |
Class Method Details
.field ⇒ Object
7218 7219 7220 |
# File 'lib/quickfix_fields.rb', line 7218 def WorkingIndicator.field return 636 end |