Structs§
- Settings
- Code generation settings. Instantiate with
Default::defaultand 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
enumthat has variants that map 1:1 the available values forfield. - gen_
definitions - Generates
constimplementors ofIsFieldDefinition. - generated_
code_ notice - Creates a
Stringthat contains a multiline Rust “Doc” comment explaining that all subsequent code was automatically generated.