Click or drag to resize

FixEngineUnregisteredAcceptorArgsAccept Property

Returns if session will be accepted, otherwise.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public bool Accept { get; set; }

Property Value

Boolean
If session will be accepted, otherwise rejected. Default value of this property equals to value of "CreateUnregisteredAcceptorSession" in "engine.property" file.
Remarks
Out parameter
See Also