Package com.longbridge.quote
Class UpdatePinnedRequest
- java.lang.Object
-
- com.longbridge.quote.UpdatePinnedRequest
-
public class UpdatePinnedRequest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description PinnedModemodeWhether to add or remove the pinned securitiesString[]symbolsSecurity symbols to pin or unpin
-
Constructor Summary
Constructors Constructor Description UpdatePinnedRequest()
-
-
-
Field Detail
-
mode
public PinnedMode mode
Whether to add or remove the pinned securities
-
symbols
public String[] symbols
Security symbols to pin or unpin
-
-