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

com.longport.trade.GetTodayExecutionsOptions Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.longport.trade;

@SuppressWarnings("unused")
public class GetTodayExecutionsOptions {
    private String symbol;
    private String orderId;

    public GetTodayExecutionsOptions setSymbol(String symbol) {
        this.symbol = symbol;
        return this;
    }

    public GetTodayExecutionsOptions setOrderId(String orderId) {
        this.orderId = orderId;
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy