How to set direction to MT518 swift message model object in Prowide Core (WIFE). Direction indicates in message application header block(block2). eg. {2:O5181013160718MOTIITMMAXXX00000000101607181013N}
I want to set direction to following swift mt object.
MT518 m = new MT518()
but there is no setDirection()
api method available in MT518 model type.
setDirection()
method available in AbstractSwiftMessage
type object, but there is no relationship between that class and MT518
class in the library.
link to api http://api.prowidesoftware.com/core/
Can anybody familiar with Prowide Core (WIFE) library solve this.