Class: Quickfix::RefreshIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::RefreshIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefreshIndicator
constructor
A new instance of RefreshIndicator.
Constructor Details
#initialize(data = nil) ⇒ RefreshIndicator
Returns a new instance of RefreshIndicator.
15593 15594 15595 15596 15597 15598 15599 |
# File 'lib/quickfix_fields.rb', line 15593 def initialize(data = nil) if( data == nil ) super(1187) else super(1187, data) end end |
Class Method Details
.field ⇒ Object
15590 15591 15592 |
# File 'lib/quickfix_fields.rb', line 15590 def RefreshIndicator.field return 1187 end |