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.
const int TestMessageIndicator = 464; |
public const TestMessageIndicator : int = 464 |
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Field Value
int