Snapshot Constructor

public Snapshot( 
DateTime datetime
byte providerId
int instrumentId
byte snapshotType
IDictionary<string, object> values 
)
This language is not supported or no code example is available.
public:  
Snapshot( 
DateTime datetime
Byte providerId
int instrumentId
Byte snapshotType
IDictionary<String^, object^>^ values 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

datetime
DateTime

providerId
byte

instrumentId
int

snapshotType
byte

values
IDictionary<string, object>

In this article

Definition