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

com.tigerbrokers.stock.openapi.client.https.response.financial.FinancialCurrencyResponse Maven / Gradle / Ivy

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

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

/**
 * Description:
 * Created by bean on 2023/08/10.
 */
public class FinancialCurrencyResponse extends TigerResponse {

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

  public List getFinancialCurrencyItems() {
    return financialCurrencyItems;
  }

  public void setFinancialCurrencyItems(
      List financialCurrencyItems) {
    this.financialCurrencyItems = financialCurrencyItems;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy