Table of Contents

Class FuturesOptionQuote

Namespace
Balsam.DataServers
Assembly
Balsam.Backtester.dll

Extends FuturesQuote by adding OptionType and Strike properties.

public class FuturesOptionQuote : FuturesQuote
Inheritance
FuturesOptionQuote
Inherited Members
Extension Methods

Properties

OptionSide

Gets the type of option

public OptionSide OptionSide { get; set; }

Property Value

OptionSide

Strike

Gets the strike price for an option

public double Strike { get; set; }

Property Value

double

Methods

ToString()

Returns a string representation of this futures option quote object.

public override string ToString()

Returns

string