Class: Quickfix::UnderlyingPaymentStubLength

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubLength

Returns a new instance of UnderlyingPaymentStubLength.



36523
36524
36525
36526
36527
36528
36529
# File 'lib/quickfix_fields.rb', line 36523

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