FastQuant.BidStreamer.BidStreamer C# (CSharp) Méthode

BidStreamer() public méthode

public BidStreamer ( ) : System
Résultat System
        public BidStreamer()
        {
            this.typeId = DataObjectType.Bid;
            this.type = typeof(Bid);
        }