Class: Quickfix::NoPaymentStreamPaymentDates

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

Returns a new instance of NoPaymentStreamPaymentDates.



45077
45078
45079
45080
45081
45082
45083
# File 'lib/quickfix_fields.rb', line 45077

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

Class Method Details

.fieldObject



45074
45075
45076
# File 'lib/quickfix_fields.rb', line 45074

def NoPaymentStreamPaymentDates.field
  return 41220
end