org.fudgemsg.mapping
Annotation Type FudgeFieldOrdinal


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FudgeFieldOrdinal

Annotation for mapping a field within a Bean to a specific ordinal in corresponding Fudge messages.


Required Element Summary
 short value
          Specifies the ordinal of the field within a Fudge message.
 
Optional Element Summary
 boolean noFieldName
          Indicates that the field name must be omitted from the message.
 

Element Detail

value

public abstract short value
Specifies the ordinal of the field within a Fudge message. By default, no ordinals will be written unless they have been derived from a taxonomy matching the field names.

noFieldName

public abstract boolean noFieldName
Indicates that the field name must be omitted from the message.

Default:
false


Copyright 2009-Present by OpenGamma Inc. and individual contributors
Released under the Apache License, Version 2.0