Class: Quickfix::PaymentStreamPaymentDateType

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

Instance Method Summary collapse

Constructor Details

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