Click or drag to resize
OrderParameters Class

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

Container for common parameters.
Inheritance Hierarchy
SystemObject
  ETradeNet.OrderOrderParameters

Namespace: ETradeNet.Order
Assembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
Syntax
public class OrderParameters : IValidatableObject

The OrderParameters type exposes the following members.

Constructors
  NameDescription
Public methodOrderParameters
Initializes a new instance of the OrderParameters class
Top
Properties
  NameDescription
Public propertyOauthConsumerKey Obsolete.
Gets or sets the value used by the consumer to identify itself to the service provider.
Public propertyOauthNonce Obsolete.
Gets or sets the nonce, as described in OAuth 1.0a documentation.
Public propertyOauthSignature Obsolete.
Gets or sets the signature generated with the shared secret and token secret using the specified oauth_signature_method.
Public propertyOauthSignatureMethod Obsolete.
Gets or sets the signature method used by the consumer to sign the request.
Public propertyOauthTimestamp Obsolete.
Gets or sets the date and time of the request, in epoch time. Must be accurate within five minutes.
Public propertyOauthToken Obsolete.
Gets or sets the consumer’s access token issued by the service provider.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Determines whether the specified object is valid.
Top
See Also