Class: Quickfix::PostTradePaymentType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PostTradePaymentType

Returns a new instance of PostTradePaymentType.



77369
77370
77371
77372
77373
77374
77375
# File 'lib/quickfix_fields.rb', line 77369

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