TestMessageIndicator Field
Indicates whether or not this FIX Session is a test vs. production
connection. Useful for preventing accidents.
Valid values:
Y = True (Test)
N = False (Production)
public const int TestMessageIndicator = 464
This language is not supported or no code example is available.
public:
const int TestMessageIndicator = 464;
This language is not supported or no code example is available.
public const TestMessageIndicator : int = 464
This language is not supported or no code example is available.
Field Value
int
In this article
Definition