Class: Quickfix::UnderlyingPaymentStreamDayCount

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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