void EWrapper.softDollarTiers(int reqId, SoftDollarTier[] tiers) { SoftDollarTiers?.Invoke(reqId, tiers); }
void IEWrapper.SoftDollarTiers(int reqId, SoftDollarTier[] tiers) { SoftDollarTiers?.Invoke(new SoftDollarTiersMessage(reqId, tiers)); }
public void softDollarTiers(int reqId, SoftDollarTier[] tiers) { SoftDollarTiers?.Invoke(this, new SoftDollarTiersArgs(reqId, tiers)); }
public void softDollarTiers(int reqId, SoftDollarTier[] tiers) { SoftDollarTiers?.Invoke(new SoftDollarTiersMessage(reqId, tiers)); }
void EWrapper.softDollarTiers(int reqId, SoftDollarTier[] tiers) { ShowDebugMessage(reqId, tiers); SoftDollarTiers?.Invoke(reqId, tiers); }
public void softDollarTiers(int reqId, SoftDollarTier[] tiers) { SoftDollarTiers.RaiseEvent(this, new SoftDollarTiersEventArgs(reqId, tiers)); }