Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityOnBalanceVolumeMean" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data.</param>
 public ApiResponseSecurityOnBalanceVolumeMean(List <OnBalanceVolumeMeanTechnicalValue> Technicals = default(List <OnBalanceVolumeMeanTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityChaikinMoneyFlow" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data. If null, no further results are available..</param>
 public ApiResponseSecurityChaikinMoneyFlow(List <ChaikinMoneyFlowTechnicalValue> Technicals = default(List <ChaikinMoneyFlowTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseCryptoAverageTrueRange" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Pair">Pair.</param>
 /// <param name="Exchange">Exchange.</param>
 /// <param name="Timeframe">The time interval for the crypto currency prices.</param>
 /// <param name="NextPage">The token required to request the next page of the data. If null, no further results are available..</param>
 public ApiResponseCryptoAverageTrueRange(List <AverageTrueRangeTechnicalValue> Technicals = default(List <AverageTrueRangeTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), CryptoPairSummary Pair = default(CryptoPairSummary), CryptoExchangeSummary Exchange = default(CryptoExchangeSummary), string Timeframe = default(string), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Pair       = Pair;
     this.Exchange   = Exchange;
     this.Timeframe  = Timeframe;
     this.NextPage   = NextPage;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityKnowSureThing" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data.</param>
 public ApiResponseSecurityKnowSureThing(List <KnowSureThingTechnicalValue> Technicals = default(List <KnowSureThingTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
Esempio n. 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityAverageTrueRange" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data.</param>
 public ApiResponseSecurityAverageTrueRange(List <AverageTrueRangeTechnicalValue> Technicals = default(List <AverageTrueRangeTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityNegativeVolumeIndex" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data.</param>
 public ApiResponseSecurityNegativeVolumeIndex(List <NegativeVolumeIndexTechnicalValue> Technicals = default(List <NegativeVolumeIndexTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseCryptoDetrendedPriceOscillator" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Pair">Pair.</param>
 /// <param name="Exchange">Exchange.</param>
 /// <param name="Timeframe">The time interval for the crypto currency prices.</param>
 /// <param name="NextPage">The token required to request the next page of the data. If null, no further results are available..</param>
 public ApiResponseCryptoDetrendedPriceOscillator(List <DetrendedPriceOscillatorTechnicalValue> Technicals = default(List <DetrendedPriceOscillatorTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), CryptoPairSummary Pair = default(CryptoPairSummary), CryptoExchangeSummary Exchange = default(CryptoExchangeSummary), string Timeframe = default(string), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Pair       = Pair;
     this.Exchange   = Exchange;
     this.Timeframe  = Timeframe;
     this.NextPage   = NextPage;
 }
Esempio n. 8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityDetrendedPriceOscillator" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data.</param>
 public ApiResponseSecurityDetrendedPriceOscillator(List <DetrendedPriceOscillatorTechnicalValue> Technicals = default(List <DetrendedPriceOscillatorTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
Esempio n. 9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityIchimokuKinkoHyo" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data.</param>
 public ApiResponseSecurityIchimokuKinkoHyo(List <IchimokuKinkoHyoTechnicalValue> Technicals = default(List <IchimokuKinkoHyoTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
Esempio n. 10
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityVolumeWeightedAveragePrice" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data. If null, no further results are available..</param>
 public ApiResponseSecurityVolumeWeightedAveragePrice(List <VolumeWeightedAveragePriceValue> Technicals = default(List <VolumeWeightedAveragePriceValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityBollingerBands" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data. If null, no further results are available..</param>
 public ApiResponseSecurityBollingerBands(List <BollingerBandsTechnicalValue> Technicals = default(List <BollingerBandsTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityAccumulationDistributionIndex" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data.</param>
 public ApiResponseSecurityAccumulationDistributionIndex(List <AccumulationDistributionIndexTechnicalValue> Technicals = default(List <AccumulationDistributionIndexTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
Esempio n. 13
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityDonchianChannel" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data. If null, no further results are available..</param>
 public ApiResponseSecurityDonchianChannel(List <DonchianChannelTechnicalValue> Technicals = default(List <DonchianChannelTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseCryptoRelativeStrengthIndex" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Pair">Pair.</param>
 /// <param name="Exchange">Exchange.</param>
 /// <param name="Timeframe">The time interval for the crypto currency prices.</param>
 /// <param name="NextPage">The token required to request the next page of the data. If null, no further results are available..</param>
 public ApiResponseCryptoRelativeStrengthIndex(List <RelativeStrengthIndexTechnicalValue> Technicals = default(List <RelativeStrengthIndexTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), CryptoPairSummary Pair = default(CryptoPairSummary), CryptoExchangeSummary Exchange = default(CryptoExchangeSummary), string Timeframe = default(string), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Pair       = Pair;
     this.Exchange   = Exchange;
     this.Timeframe  = Timeframe;
     this.NextPage   = NextPage;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityEaseOfMovement" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data.</param>
 public ApiResponseSecurityEaseOfMovement(List <EaseOfMovementTechnicalValue> Technicals = default(List <EaseOfMovementTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }
Esempio n. 16
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseSecurityMovingAverageConvergenceDivergence" /> class.
 /// </summary>
 /// <param name="Technicals">Technicals.</param>
 /// <param name="Indicator">The name and symbol of the technical indicator.</param>
 /// <param name="Security">The Security of the Stock Price.</param>
 /// <param name="NextPage">The token required to request the next page of the data. If null, no further results are available..</param>
 public ApiResponseSecurityMovingAverageConvergenceDivergence(List <MovingAverageConvergenceDivergenceTechnicalValue> Technicals = default(List <MovingAverageConvergenceDivergenceTechnicalValue>), TechnicalIndicator Indicator = default(TechnicalIndicator), SecuritySummary Security = default(SecuritySummary), string NextPage = default(string))
 {
     this.Technicals = Technicals;
     this.Indicator  = Indicator;
     this.Security   = Security;
     this.NextPage   = NextPage;
 }