FixMessageCreate(FixVersion, String, Int32) Method |
Creates the new skeleton of the message and returns it.
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic static FixMessage Create(
FixVersion version,
string type,
int parserID
)
public static function Create(
version : FixVersion,
type : String,
parserID : int
) : FixMessage
Parameters
- version FixVersion
- FIX protocol version.
- type String
- FIX message type.
- parserID Int32
- Unique parser ID
Return Value
FixMessageSkeleton of the newly created FIX message.
See Also