Class: Quickfix::PostTradePaymentValueDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PostTradePaymentValueDate

Returns a new instance of PostTradePaymentValueDate.



77395
77396
77397
77398
77399
77400
77401
# File 'lib/quickfix_fields.rb', line 77395

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