Structs§
- Settings
- Code generation settings. Instantiate with
Default::default
and then change field values if necessary.
Functions§
- codegen_
field_ definition_ struct - Generates the Rust code for a FIX field definition.
- codegen_
field_ type_ enum - Generates the Rust code for an
enum
that has variants that map 1:1 the available values forfield
. - gen_
definitions - Generates
const
implementors ofIsFieldDefinition
. - generated_
code_ notice - Creates a
String
that contains a multiline Rust “Doc” comment explaining that all subsequent code was automatically generated.