|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXObject
com.teraspaces.qwfix.FIXSchema
public final class FIXSchema
Represents the schema of FIX communication protocol. This class cannot be inherited.
| Field Summary |
|---|
| Fields inherited from class com.teraspaces.qwfix.FIXObject |
|---|
DOCUMENT_TYPE_FAST_SCHEMA, DOCUMENT_TYPE_FIX_ENGINE, DOCUMENT_TYPE_FIX_SCHEMA, DOCUMENT_TYPE_PROCESS, DOCUMENT_TYPE_SCHEDULER, DOCUMENT_TYPE_SESSION, DOCUMENT_TYPE_VISUAL_LAMBDA |
| Constructor Summary | |
|---|---|
FIXSchema(FIXSchema parent,
FIXVersion fixVersion,
QWVersion version,
String name,
String description)
Instantiates a new fIX schema. |
|
FIXSchema(FIXSchema parent,
FIXVersion fixVersion,
String name,
String description)
Instantiates a new fIX schema. |
|
| Method Summary | |
|---|---|
static FIXSchema |
fromXmlDocument(Document doc,
FIXSchemaLoader loader)
Deserializes from an XML document. |
String |
getApplExtID()
Gets the ApplVerID. |
String |
getApplVerID()
Gets the ApplVerID. |
FIXSchemaComponentCollection |
getComponents()
Gets the components. |
String |
getCstmApplVerID()
Gets the CstmApplVerID. |
String |
getDescription()
Gets the description. |
FIXSchemaFieldCollection |
getFields()
Gets the list of fields. |
FIXVersion |
getFIXVersion()
Gets the fIX version. |
FIXSchemaHeader |
getHeader()
Gets the header. |
FIXSchemaMessageCollection |
getMessages()
Gets the messages. |
String |
getName()
Gets the name. |
FIXSchema |
getParent()
Gets the parent schema. |
String |
getParentName()
Gets the parent schema name. |
Version |
getParentVersion()
Gets the parent schema version. |
FIXSchemaTrailer |
getTrailer()
Gets the trailer. |
FIXSchema |
getTransportSchema()
Gets the transport schema. |
QWVersion |
getVersion()
Gets the version. |
boolean |
isTransportSchema()
Gets a value indicating whether this instance is a transport schema. |
| Methods inherited from class com.teraspaces.qwfix.FIXObject |
|---|
createXmlDocument, getGuid, parseXmlDocument, readXmlDocumentInfo, writeXmlDocumentInfo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FIXSchema(FIXSchema parent,
FIXVersion fixVersion,
QWVersion version,
String name,
String description)
parent - the parent schemafixVersion - the FIX versionversion - the QWFIX schema versionname - the namedescription - the description
public FIXSchema(FIXSchema parent,
FIXVersion fixVersion,
String name,
String description)
parent - the parent schemafixVersion - the FIX versionname - the schema namedescription - the description| Method Detail |
|---|
public String getName()
public String getDescription()
public QWVersion getVersion()
public boolean isTransportSchema()
public FIXSchema getTransportSchema()
public FIXSchemaFieldCollection getFields()
public FIXSchemaComponentCollection getComponents()
public FIXSchemaMessageCollection getMessages()
public String getApplVerID()
public String getApplExtID()
public String getCstmApplVerID()
public FIXVersion getFIXVersion()
public FIXSchema getParent()
public FIXSchemaHeader getHeader()
public FIXSchemaTrailer getTrailer()
public String getParentName()
public Version getParentVersion()
public static FIXSchema fromXmlDocument(Document doc,
FIXSchemaLoader loader)
doc - the XML documentloader - the loader
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||