Class: Quickfix::PostTradePaymentValueDate

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

Class Method Details

.fieldObject



77392
77393
77394
# File 'lib/quickfix_fields.rb', line 77392

def PostTradePaymentValueDate.field
  return 2826
end