Class: Quickfix::PaymentStreamPaymentDateType

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

Returns a new instance of PaymentStreamPaymentDateType.



45103
45104
45105
45106
45107
45108
45109
# File 'lib/quickfix_fields.rb', line 45103

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

Class Method Details

.fieldObject



45100
45101
45102
# File 'lib/quickfix_fields.rb', line 45100

def PaymentStreamPaymentDateType.field
  return 41222
end