Package com.longbridge.quote
Class ShortTradesResponse
- java.lang.Object
-
- com.longbridge.quote.ShortTradesResponse
-
public class ShortTradesResponse extends Object
Response forQuoteContext.getShortTrades(com.longbridge.quote.ShortTradesOptions). Unified US+HK response.
-
-
Field Summary
Fields Modifier and Type Field Description ShortTradesItem[]dataShort trade records.
-
Constructor Summary
Constructors Constructor Description ShortTradesResponse()
-
-
-
Field Detail
-
data
public ShortTradesItem[] data
Short trade records. US and HK fields populated depending on market.
-
-