Class: Quickfix::RefreshIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



15590
15591
15592
# File 'lib/quickfix_fields.rb', line 15590

def RefreshIndicator.field
  return 1187
end