com.studerw.tda.model.account.IndexInstrument Maven / Gradle / Ivy
package com.studerw.tda.model.account;
/**
* Index Instrument
*/
public class IndexInstrument extends Instrument {
public IndexInstrument(){
this.setAssetType(AssetType.INDEX);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy