Class: Quickfix::UnderlyingPaymentStreamDayCount

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

Returns a new instance of UnderlyingPaymentStreamDayCount.



34729
34730
34731
34732
34733
34734
34735
# File 'lib/quickfix_fields.rb', line 34729

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

Class Method Details

.fieldObject



34726
34727
34728
# File 'lib/quickfix_fields.rb', line 34726

def UnderlyingPaymentStreamDayCount.field
  return 40572
end