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

io.runon.cryptocurrency.exchanges.TradeConverter Maven / Gradle / Ivy

There is a newer version: 0.5.2
Show newest version
package io.runon.cryptocurrency.exchanges;

import io.runon.trading.Trade;
/**
 * 거래정보 변환기
 * @author macle
 */
public interface TradeConverter {
    void convert(Trade trade);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy