All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tigerbrokers.stock.openapi.client.https.response.quote.QuoteSymbolResponse Maven / Gradle / Ivy

package com.tigerbrokers.stock.openapi.client.https.response.quote;

import com.alibaba.fastjson.annotation.JSONField;
import com.tigerbrokers.stock.openapi.client.https.response.TigerResponse;
import java.util.List;

/**
 * Description:
 * Created by lijiawen on 2018/12/25.
 */
public class QuoteSymbolResponse extends TigerResponse {

  @JSONField(name = "data")
  private List symbols;

  public List getSymbols() {
    return symbols;
  }

  public void setSymbols(List symbols) {
    this.symbols = symbols;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy