Method: Lightstreamer::OverflowMessage#item_index
- Defined in:
- lib/lightstreamer/messages/overflow_message.rb
#item_index ⇒ Fixnum
The index of the item this overflow message applies to.
9 10 11 |
# File 'lib/lightstreamer/messages/overflow_message.rb', line 9 def item_index @item_index end |