Class: Quickfix::PaymentStreamDayCount

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

Returns a new instance of PaymentStreamDayCount.



36939
36940
36941
36942
36943
36944
36945
# File 'lib/quickfix_fields.rb', line 36939

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

Class Method Details

.fieldObject



36936
36937
36938
# File 'lib/quickfix_fields.rb', line 36936

def PaymentStreamDayCount.field
  return 40742
end