ITickDurationFactory Interface

GF API Documentation
Creates Duration for tick subscription

Namespace:  GF.Api.Subscriptions.Ticks
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public interface ITickDurationFactory
Methods

  NameDescription
Public methodCreate(DateTime)
Create with start date
Public methodCreate(Int32)
Create with amount
Public methodCreate(DateTime, DateTime)
Create with start and end dates
Public methodCreate(DateTime, Int32)
Create with end date and amount
Top
See Also

Reference