Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Ambiguous reference between NinjaTrader.Cbi and NinjaTrader.CQG.ProtoBuf ?
Collapse
X
-
Ambiguous reference between NinjaTrader.Cbi and NinjaTrader.CQG.ProtoBuf ?
I have noticed that I cannot have NinjaTrader.CQG.Protobuf in my using declarations or else it gives ambiguity errors about Account and Order. But if I dont use the CQG, things do not work on CQG connections. How do I get around this? Attached it screenshot showing things.Tags: None
-
Answer is obvious, right?
I mean, when you want the compiler to see an NT Account,
and be guaranteed that it sees an NT Account and no other,
then use the full qualified type name for an NT Account,
which is NinjaTrader.Cbi.Account.
Same with an NT Order.
-=o=-
Using fully qualified names guarantees the exact type
is being referenced -- sometimes, a FQN is absolutely
required to resolve ambiguities due to conflicting type
names within the namespaces.
You can't do anything about the choice of type names,
those are chosen by the original programmers, so just
use the FQN and move on.
Such is the life of a programmer ...
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
57 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
26 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
17 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment