Uses of Class
info.bitrich.xchangestream.lgo.dto.LgoLevel2Data
Package | Description |
---|---|
info.bitrich.xchangestream.lgo.domain | |
info.bitrich.xchangestream.lgo.dto |
-
Uses of LgoLevel2Data in info.bitrich.xchangestream.lgo.domain
Methods in info.bitrich.xchangestream.lgo.domain with parameters of type LgoLevel2Data Modifier and Type Method Description void
LgoGroupedLevel2Update. applySnapshot(long batchId, CurrencyPair currencyPair, LgoLevel2Data data)
void
LgoGroupedLevel2Update. applyUpdate(long batchId, CurrencyPair currencyPair, LgoLevel2Data data)
-
Uses of LgoLevel2Data in info.bitrich.xchangestream.lgo.dto
Methods in info.bitrich.xchangestream.lgo.dto that return LgoLevel2Data Modifier and Type Method Description LgoLevel2Data
LgoLevel2Update. getData()
Constructors in info.bitrich.xchangestream.lgo.dto with parameters of type LgoLevel2Data Constructor Description LgoLevel2Update(long batchId, String type, String channel, String productId, LgoLevel2Data data)