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

com.miserablemind.api.consumer.tradeking.api.impl.mixins.CashMixIn Maven / Gradle / Ivy

The newest version!
/*
 * Miserable Mind
 * http://www.miserablemind.com | Twitter: @lrimkus
 * The MIT License (MIT)
 */


package com.miserablemind.api.consumer.tradeking.api.impl.mixins;

import com.fasterxml.jackson.annotation.JsonProperty;

public class CashMixIn extends TradeKingKObjectMixIn {

    @JsonProperty("accruedinterest")
    double accruedInterest;

    @JsonProperty("cash")
    double cash;

    @JsonProperty("marginbalance")
    double marginBalance;

    @JsonProperty("cashavailable")
    double cashAvailable;

    @JsonProperty("mmf")
    double moneyMarketFund;

    @JsonProperty("total")
    double total;

    @JsonProperty("uncleareddeposits")
    double unclearedDeposits;

    @JsonProperty("unsettledfunds")
    double unsettledFunds;

    @JsonProperty("yield")
    double yield;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy