Package com.longbridge.fundamental
Class IndustryPeersResponse
- java.lang.Object
-
- com.longbridge.fundamental.IndustryPeersResponse
-
public class IndustryPeersResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description IndustryPeerNodechainRoot peer chain node; may be nullIndustryPeersToptopTop-level industry node info
-
Constructor Summary
Constructors Constructor Description IndustryPeersResponse()
-
-
-
Field Detail
-
top
public IndustryPeersTop top
Top-level industry node info
-
chain
public IndustryPeerNode chain
Root peer chain node; may be null
-
-