Class: Quickfix::PostTradePaymentAccount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PostTradePaymentAccount



77265
77266
77267
77268
77269
77270
77271
# File 'lib/quickfix_fields.rb', line 77265

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