Click or drag to resize
c2ex_closedsignals Class
Closed signal database record.
Inheritance Hierarchy
SystemObject
  C2ExplorerDBc2ex_closedsignals

Namespace:  C2ExplorerDB
Assembly:  C2ExplorerServiceStack.Repository (in C2ExplorerServiceStack.Repository.dll) Version: 1.0
Syntax
C#
[TableAttribute("c2ex_closedsignals")]
public class c2ex_closedsignals

The c2ex_closedsignals type exposes the following members.

Constructors
  NameDescription
Public methodc2ex_closedsignals
Initializes a new instance of the c2ex_closedsignals class
Top
Properties
  NameDescription
Public propertyAction
Type of the signal.
Public propertyCode exampleCurrency
Currency symbol.
Public propertyCode exampleExchange
An exchange shortcut.
Public propertyCode exampleExpir
Expiration date.
Public propertyGTC
GTS flag.
Public propertyId
Collective2 signal ID.
Public propertyInstrument
Type of the instrument.
Public propertyLimitPrice
Limit price.
Public propertyMarket
Market price indicator.
Public propertyPostedWhen
When a signal was sent to Colective2.
Public propertyPtValue
Instrument point value
Public propertyPutCall
Put or Call flag.
Public propertyQuant
Amount.
Public propertyStopPrice
Stop price.
Public propertyStrike
Strike.
Public propertySymbol
Symbol.
Public propertySystemId
Collective2 trading system ID.
Public propertyTradedWhen
When a signal was traded.
Public propertyTradeId
Collective2 trade ID.
Public propertyTradePrice
Traded price.
Public propertyUnderlying
Underlying symbol.
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.)
Top
See Also