Class: Quickfix::PaymentStreamCompoundingDateType

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

Returns a new instance of PaymentStreamCompoundingDateType.



68568
68569
68570
68571
68572
68573
68574
# File 'lib/quickfix_fields.rb', line 68568

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

Class Method Details

.fieldObject



68565
68566
68567
# File 'lib/quickfix_fields.rb', line 68565

def PaymentStreamCompoundingDateType.field
  return 42608
end