[SerializableAttribute]
public class ActivationData : ISerializable<SerializableAttribute>
Public Class ActivationData
Implements ISerializable| ActivationData | Empty constructor. |
| ActivationData(SerializationInfo, StreamingContext) | Constructor for recreating price from serialized. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetObjectData | Used to serialize this price. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString |
Trace out the details of this object.
(Overrides ObjectToString) |
| 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 |