Jc Gomes

Results 2 issues of Jc Gomes

Besides the background color, whenever I try changing the color of any of the entities, it still remains default grey. Below is the code. picker .setListener(this) .setDateSelectedColor(Color.WHITE) .setDateSelectedTextColor(Color.WHITE) .setMonthAndYearTextColor(Color.WHITE) .setTodayDateBackgroundColor(Color.GRAY)...

Right now when ordering fractional shares, the OrdersEndpoint (requestFractionalMarketOrder function) executes with a OrderTimeForce.GOOD_UNTIL_CANCELLED, this fails with status code 422 and response message specifying all fractional orders must be DAY...