Uses of Class
com.ig.orchestrations.fixp.NegotiationReject.Code
-
-
Uses of NegotiationReject.Code in com.ig.orchestrations.fixp
Methods in com.ig.orchestrations.fixp that return NegotiationReject.Code Modifier and Type Method Description static NegotiationReject.CodeNegotiationReject.Code. fromValue(String value)NegotiationReject.CodeNegotiationReject. getCode()static NegotiationReject.CodeNegotiationReject.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static NegotiationReject.Code[]NegotiationReject.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ig.orchestrations.fixp with parameters of type NegotiationReject.Code Modifier and Type Method Description voidNegotiationReject. setCode(NegotiationReject.Code code)Constructors in com.ig.orchestrations.fixp with parameters of type NegotiationReject.Code Constructor Description NegotiationReject(UUID sessionId, Long timestamp, NegotiationReject.Code code, String reason, String messageType)
-