Class: Quickfix::PostTradePaymentID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PostTradePaymentID

Returns a new instance of PostTradePaymentID.



77330
77331
77332
77333
77334
77335
77336
# File 'lib/quickfix_fields.rb', line 77330

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