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

com.nbsaas.boot.trade.ext.apis.BasicTradeAccountExtApi Maven / Gradle / Ivy

There is a newer version: 1.1.5-2024
Show newest version
package com.nbsaas.boot.trade.ext.apis;

import com.nbsaas.boot.trade.api.domain.response.TradeAccountResponse;

public interface BasicTradeAccountExtApi {


    /**
     * 正常账户,余额不能为负数
     *
     * @return
     */
    TradeAccountResponse initNormal(String key);

    /**
     * 特殊账户,余额可以为负数
     *
     * @return
     */
    TradeAccountResponse initSpecial(String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy