futureSymbols property

  1. @override
String? get futureSymbols
override

Future contracts for the underlying symbol.

Same JSON shape as optionSymbols (array of symbol objects). Return null or "[]" when no futures are associated.

Implementation

@override
String? get futureSymbols => _futureSymbols;