Class: Quickfix::PostTradePaymentCalculationDate

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) ⇒ PostTradePaymentCalculationDate

Returns a new instance of PostTradePaymentCalculationDate.



77382
77383
77384
77385
77386
77387
77388
# File 'lib/quickfix_fields.rb', line 77382

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

Class Method Details

.fieldObject



77379
77380
77381
# File 'lib/quickfix_fields.rb', line 77379

def PostTradePaymentCalculationDate.field
  return 2825
end