Class: Quickfix::PostTradePaymentLinkID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PostTradePaymentLinkID

Returns a new instance of PostTradePaymentLinkID.



77343
77344
77345
77346
77347
77348
77349
# File 'lib/quickfix_fields.rb', line 77343

def initialize(data = nil)
	if( data == nil )
		super(2822)
	else
		super(2822, data)
	end
end