FixEngineIsFailOverMode Property |
Returns true if the automatic failover mechanism is on. If false then it is off.
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic bool IsFailOverMode { get; }
function get IsFailOverMode () : boolean
Property Value
Booleantrue if the automatic failover mechanism is on. If false then it is off.
See Also