Symbol group containing feeds from different sources

interface SurgeSymbolGroup {
    feeds: SurgeFeedEntry[];
    symbol: Pair;
}

Properties

Properties

symbol: Pair