Class: Quickfix::PriorSpreadIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

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

.fieldObject



9870
9871
9872
# File 'lib/quickfix_fields.rb', line 9870

def PriorSpreadIndicator.field
  return 720
end