Class: Quickfix::RefreshIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::RefreshIndicator
- Defined in:
- lib/quickfix_fields.rb
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.
15827 15828 15829 15830 15831 15832 15833 |
# File 'lib/quickfix_fields.rb', line 15827 def initialize(data = nil) if( data == nil ) super(1187) else super(1187, data) end end |