Class: Quickfix::UnderlyingPaymentStreamFormulaLength

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaLength

Returns a new instance of UnderlyingPaymentStreamFormulaLength.



78188
78189
78190
78191
78192
78193
78194
# File 'lib/quickfix_fields.rb', line 78188

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