Class Fixdic
Class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}typelist"/> <element ref="{}fielddic"/> <element ref="{}msgdic"/> </sequence> <attribute name="fixversion" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="date" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Inherited Members
Namespace: FixAntenna.Fix.Validation.Beans
Assembly: FixAntenna.XmlBeans.dll
Syntax
[Serializable]
public class Fixdic : IType, ICloneable, IFindable, IComparable
Fields
Date
Declaration
public string Date
Field Value
Type | Description |
---|---|
System.String |
Fielddic
Declaration
public Fielddic Fielddic
Field Value
Type | Description |
---|---|
Fielddic |
Fixversion
Declaration
public string Fixversion
Field Value
Type | Description |
---|---|
System.String |
Id
Declaration
public string Id
Field Value
Type | Description |
---|---|
System.String |
Msgdic
Declaration
public Msgdic Msgdic
Field Value
Type | Description |
---|---|
Msgdic |
Title
Declaration
public string Title
Field Value
Type | Description |
---|---|
System.String |
Typelist
Declaration
public Typelist Typelist
Field Value
Type | Description |
---|---|
Typelist |
Methods
Clone()
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
System.Object |
CloneFields(Fixdic)
Declaration
protected void CloneFields(Fixdic fixdic)
Parameters
Type | Name | Description |
---|---|---|
Fixdic | fixdic |
CompareTo(Object)
Declaration
public virtual int CompareTo(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.Int32 |
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetDate()
Gets the value of the date property.
Declaration
public virtual string GetDate()
Returns
Type | Description |
---|---|
System.String | possible object is System.String |
GetFielddic()
Gets the value of the fielddic property.
Declaration
public virtual Fielddic GetFielddic()
Returns
Type | Description |
---|---|
Fielddic | possible object is Fielddic |
GetFixversion()
Gets the value of the fixversion property.
Declaration
public virtual string GetFixversion()
Returns
Type | Description |
---|---|
System.String | possible object is System.Single |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
GetMsgdic()
Gets the value of the msgdic property.
Declaration
public virtual Msgdic GetMsgdic()
Returns
Type | Description |
---|---|
Msgdic | possible object is Msgdic |
GetTitle()
Gets the value of the title property.
Declaration
public virtual string GetTitle()
Returns
Type | Description |
---|---|
System.String | possible object is System.String |
GetTypelist()
Gets the value of the typelist property.
Declaration
public virtual Typelist GetTypelist()
Returns
Type | Description |
---|---|
Typelist | possible object is Typelist |
IsFixtDictionary()
Is this dictionary is transport dictionary.
Declaration
public virtual bool IsFixtDictionary()
Returns
Type | Description |
---|---|
System.Boolean | always return true for this instance. |
SetDate(String)
Sets the value of the date property.
Declaration
public virtual void SetDate(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | allowed object is System.String |
SetFielddic(Fielddic)
Sets the value of the fielddic property.
Declaration
public virtual void SetFielddic(Fielddic value)
Parameters
Type | Name | Description |
---|---|---|
Fielddic | value | allowed object is Fielddic |
SetFixversion(String)
Sets the value of the fixversion property.
Declaration
public virtual void SetFixversion(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | allowed object is System.Single |
SetMsgdic(Msgdic)
Sets the value of the msgdic property.
Declaration
public virtual void SetMsgdic(Msgdic value)
Parameters
Type | Name | Description |
---|---|---|
Msgdic | value | allowed object is Msgdic |
SetTitle(String)
Sets the value of the title property.
Declaration
public virtual void SetTitle(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | allowed object is System.String |
SetTypelist(Typelist)
Sets the value of the typelist property.
Declaration
public virtual void SetTypelist(Typelist value)
Parameters
Type | Name | Description |
---|---|---|
Typelist | value | allowed object is Typelist |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |