com.longport.quote.PushCandlestick Maven / Gradle / Ivy
package com.longport.quote;
public class PushCandlestick {
private Period period;
private Candlestick candlestick;
public Period getPeriod() {
return period;
}
public Candlestick getCandlestick() {
return candlestick;
}
@Override
public String toString() {
return "PushCandlestick [candlestick=" + candlestick + ", period=" + period + "]";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy