Class: Quickfix::UnderlyingPaymentStreamPaymentDate

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

Returns a new instance of UnderlyingPaymentStreamPaymentDate.



55451
55452
55453
55454
55455
55456
55457
# File 'lib/quickfix_fields.rb', line 55451

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

Class Method Details

.fieldObject



55448
55449
55450
# File 'lib/quickfix_fields.rb', line 55448

def UnderlyingPaymentStreamPaymentDate.field
  return 41938
end