Class: Quickfix::NoUnderlyingProvisionCashSettlValueDateBusinessCenters

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingProvisionCashSettlValueDateBusinessCenters

Returns a new instance of NoUnderlyingProvisionCashSettlValueDateBusinessCenters.



60209
60210
60211
60212
60213
60214
60215
# File 'lib/quickfix_fields.rb', line 60209

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