Suoranta.Finance Namespace
Suoranta.Finance - Developer API

AlwaysOpen..::..From Method

Returns an instance that starts enumerating from the startDate. The first actual timestamp is equal or greater than (after) startDate.

Namespace:  Suoranta.Finance.Trading.TradingSchedules
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


public ITradingSchedule From(
	DateTimeOffset startDate
)

Parameters

startDate
Type: DateTimeOffset
the first possible timestamp value

Return Value

A new ITradingSchedule instance of the original type.