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. |
Fielddic
Declaration
public Fielddic Fielddic
Field Value
Type | Description |
---|---|
Fielddic |
Fixversion
Declaration
public string Fixversion
Field Value
Type | Description |
---|---|
System. |
Id
Declaration
public string Id
Field Value
Type | Description |
---|---|
System. |
Msgdic
Declaration
public Msgdic Msgdic
Field Value
Type | Description |
---|---|
Msgdic |
Title
Declaration
public string Title
Field Value
Type | Description |
---|---|
System. |
Typelist
Declaration
public Typelist Typelist
Field Value
Type | Description |
---|---|
Typelist |
Methods
Clone()
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
System. |
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. |
o |
Returns
Type | Description |
---|---|
System. |
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System. |
o |
Returns
Type | Description |
---|---|
System. |
Overrides
GetDate()
Gets the value of the date property.
Declaration
public virtual string GetDate()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetFielddic()
Gets the value of the fielddic property.
Declaration
public virtual Fielddic GetFielddic()
Returns
GetFixversion()
Gets the value of the fixversion property.
Declaration
public virtual string GetFixversion()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
GetMsgdic()
Gets the value of the msgdic property.
Declaration
public virtual Msgdic GetMsgdic()
Returns
GetTitle()
Gets the value of the title property.
Declaration
public virtual string GetTitle()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetTypelist()
Gets the value of the typelist property.
Declaration
public virtual Typelist GetTypelist()
Returns
IsFixtDictionary()
Is this dictionary is transport dictionary.
Declaration
public virtual bool IsFixtDictionary()
Returns
Type | Description |
---|---|
System. |
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. |
value | allowed object is
System. |
SetFielddic(Fielddic)
Sets the value of the fielddic property.
Declaration
public virtual void SetFielddic(Fielddic value)
Parameters
SetFixversion(String)
Sets the value of the fixversion property.
Declaration
public virtual void SetFixversion(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetMsgdic(Msgdic)
Sets the value of the msgdic property.
Declaration
public virtual void SetMsgdic(Msgdic value)
Parameters
SetTitle(String)
Sets the value of the title property.
Declaration
public virtual void SetTitle(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetTypelist(Typelist)
Sets the value of the typelist property.
Declaration
public virtual void SetTypelist(Typelist value)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |