Class: Quickfix::PostTradePaymentStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PostTradePaymentStatus

Returns a new instance of PostTradePaymentStatus.



77356
77357
77358
77359
77360
77361
77362
# File 'lib/quickfix_fields.rb', line 77356

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

Class Method Details

.fieldObject



77353
77354
77355
# File 'lib/quickfix_fields.rb', line 77353

def PostTradePaymentStatus.field
	return 2823
end