Class: Quickfix::UnderlyingPaymentStreamPaymentDateType

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

Returns a new instance of 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

Class Method Details

.fieldObject



55461
55462
55463
# File 'lib/quickfix_fields.rb', line 55461

def UnderlyingPaymentStreamPaymentDateType.field
  return 41939
end