Class: Quickfix::PostTradePaymentFinalValueDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PostTradePaymentFinalValueDate

Returns a new instance of PostTradePaymentFinalValueDate.



77408
77409
77410
77411
77412
77413
77414
# File 'lib/quickfix_fields.rb', line 77408

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

Class Method Details

.fieldObject



77405
77406
77407
# File 'lib/quickfix_fields.rb', line 77405

def PostTradePaymentFinalValueDate.field
	return 2827
end