com.longport.quote.PushCandlestick Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-sdk Show documentation
Show all versions of openapi-sdk Show documentation
LongPort OpenAPI SDK for Java
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