Fast |
The FastMappingOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | FastMappingOptions | Creates defaults initialized object |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() | BoolNtoString | Representation as FAST string of 'false' value |
![]() | BoolYtoString | Representation as FAST string of 'true' value |
![]() | CharToInt32AsAscii | Method of conversion between FIX char and FAST int32. if true char '0' will be 0 in int32 if false char '0' will be ASCII code of '0' in int32 |
![]() | CharToUInt32AsAscii | Method of conversion between FIX char and FAST uint32. if true char '0' will be 0 in uint32 if false char '0' will be ASCII code of '0' in uint32 |