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

com.miserablemind.api.consumer.tradeking.api.impl.mixins.TKAllAccountsSummaryMixIn 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;
import com.miserablemind.api.consumer.tradeking.api.domain.account.balance.AccountBalance;
import com.miserablemind.api.consumer.tradeking.api.domain.account.holdings.AccountHoldings;

public class TKAllAccountsSummaryMixIn extends TradeKingKObjectMixIn {

    @JsonProperty("account")
    String accountId;

    @JsonProperty("accountbalance")
    AccountBalance accountBalance;

    @JsonProperty("accountholdings")
    AccountHoldings accountHoldings;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy