Class: Quickfix::UnderlyingPaymentStreamPaymentDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateType



55464
55465
55466
55467
55468
55469
55470
# File 'lib/quickfix_fields.rb', line 55464

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