ActivationData Class

Class containing the details of an activation type.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
[SerializableAttribute]
public class ActivationData : ISerializable
Inheritance
Object    ActivationData
Implements
ISerializable

Constructors

ActivationData Empty constructor.
ActivationData(SerializationInfo, StreamingContext) Constructor for recreating price from serialized.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectData Used to serialize this price.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Trace out the details of this object.
(Overrides ObjectToString)

Fields

ActCancelDelay Activation Cancel time delay, only applied if CancelTime is not present.
ActCancelTime Activation Cancel time.
BidOffer Bid or Offer
CancelDelay Cancel time delay, only applied if CancelTime is not present.
CancelTime Cancel time.
Implied Implied
Mode Market mode
Price Price.
QueueSubmit Submit
SubmitDelay Submission Time Delay, only applied if SubmitTime is not present.
SubmitTime Submission Time
Volume Volume

See Also