Lean  $LEAN_TAG$
QuantConnect.Securities.CryptoFuture.CryptoFutureExchange Class Reference

Crypto future exchange class - information and helper tools for Crypto future exchange properties More...

Inheritance diagram for QuantConnect.Securities.CryptoFuture.CryptoFutureExchange:
[legend]

Public Member Functions

 CryptoFutureExchange (string market)
 Initializes a new instance of the CryptoFutureExchange class using market hours derived from the market-hours-database for the Crypto future market More...
 
 CryptoFutureExchange (SecurityExchangeHours exchangeHours)
 Initializes a new instance of the CryptoFutureExchange class using the specified exchange hours to determine open/close times More...
 
- Public Member Functions inherited from QuantConnect.Securities.SecurityExchange
 SecurityExchange (SecurityExchangeHours exchangeHours)
 Initializes a new instance of the SecurityExchange class using the specified exchange hours to determine open/close times More...
 
void SetLocalDateTimeFrontierProvider (LocalTimeKeeper timeProvider)
 Set the current datetime in terms of the exchange's local time zone More...
 
bool DateIsOpen (DateTime dateToCheck)
 Check if the date is open. More...
 
bool DateTimeIsOpen (DateTime dateTime)
 Check if this DateTime is open. More...
 
bool IsOpenDuringBar (DateTime barStartTime, DateTime barEndTime, bool isExtendedMarketHours)
 Determines if the exchange was open at any time between start and stop More...
 
bool IsClosingSoon (int minutesToClose)
 Determines if the exchange is going to close in the next provided minutes More...
 
void SetMarketHours (IEnumerable< MarketHoursSegment > marketHoursSegments, params DayOfWeek[] days)
 Sets the regular market hours for the specified days If no days are specified then all days will be updated. More...
 

Additional Inherited Members

- Public Attributes inherited from QuantConnect.Securities.SecurityExchange
DateTimeZone TimeZone => Hours.TimeZone
 Gets the time zone for this exchange More...
 
virtual int TradingDaysPerYear => 365
 Number of trading days per year for this security. By default the market is open 365 days per year. More...
 
DateTime LocalTime => _timeProvider.LocalTime
 Time from the most recent data More...
 
bool ExchangeOpen => Hours.IsOpen(LocalTime, false)
 Boolean property for quickly testing if the exchange is open. More...
 
bool ClosingSoon => IsClosingSoon(minutesToClose:10)
 Boolean property for quickly testing if the exchange is 10 minutes away from closing. More...
 
- Properties inherited from QuantConnect.Securities.SecurityExchange
SecurityExchangeHours Hours [get]
 Gets the SecurityExchangeHours for this exchange More...
 

Detailed Description

Crypto future exchange class - information and helper tools for Crypto future exchange properties

See also
SecurityExchange

Definition at line 22 of file CryptoFutureExchange.cs.

Constructor & Destructor Documentation

◆ CryptoFutureExchange() [1/2]

QuantConnect.Securities.CryptoFuture.CryptoFutureExchange.CryptoFutureExchange ( string  market)

Initializes a new instance of the CryptoFutureExchange class using market hours derived from the market-hours-database for the Crypto future market

Definition at line 28 of file CryptoFutureExchange.cs.

◆ CryptoFutureExchange() [2/2]

QuantConnect.Securities.CryptoFuture.CryptoFutureExchange.CryptoFutureExchange ( SecurityExchangeHours  exchangeHours)

Initializes a new instance of the CryptoFutureExchange class using the specified exchange hours to determine open/close times

Parameters
exchangeHoursContains the weekly exchange schedule plus holidays

Definition at line 38 of file CryptoFutureExchange.cs.


The documentation for this class was generated from the following file: