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

io.github.mainstringargs.alpaca.rest.positions.GetOpenPositionsRequestBuilder Maven / Gradle / Ivy

There is a newer version: 5.0.13
Show newest version
package io.github.mainstringargs.alpaca.rest.positions;

/**
 * The Class GetOpenPositionsRequestBuilder.
 */
public class GetOpenPositionsRequestBuilder extends PositionsRequestBuilder {


  /**
   * Instantiates a new gets the open positions request builder.
   *
   * @param baseUrl the base url
   */
  public GetOpenPositionsRequestBuilder(String baseUrl) {
    super(baseUrl);
  }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy