Package | Description |
---|---|
biz.onixs.fix.parser |
Modifier and Type | Method and Description |
---|---|
JsonObject |
JsonObject.getJsonObject(String key)
Returns a JsonObject corresponding to the specified key.
|
Modifier and Type | Method and Description |
---|---|
Collection<JsonObject> |
JsonObject.getArray(String key)
Returns a collection of JsonObjects corresponding to the specified key.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
FixParserUtil.getField(JsonObject jsonHdr,
String tagName,
int tag) |
void |
Message.init(JsonObject jsonObj)
Initializes the message by parsing the given json object.
|
void |
Message.init(Version version,
JsonObject jsonObj)
Initializes the message by parsing the given json object according to the specified version.
|
Constructor and Description |
---|
Message(JsonObject jsonObj)
Constructs a message by parsing the given json object.
|
Message(Version version,
JsonObject jsonObj)
Constructs a message by parsing the given json object according to the specified version.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.