Class: Quickfix::NoUnderlyingPaymentStreamPaymentDates

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



55438
55439
55440
55441
55442
55443
55444
# File 'lib/quickfix_fields.rb', line 55438

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

Class Method Details

.fieldObject



55435
55436
55437
# File 'lib/quickfix_fields.rb', line 55435

def NoUnderlyingPaymentStreamPaymentDates.field
  return 41937
end