Class: Quickfix::UnderlyingProvisionCashSettlValueDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateBusinessCenter



60222
60223
60224
60225
60226
60227
60228
# File 'lib/quickfix_fields.rb', line 60222

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