Class: Quickfix::PaymentStreamVarianceUnadjustedCap

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamVarianceUnadjustedCap

Returns a new instance of PaymentStreamVarianceUnadjustedCap.



69478
69479
69480
69481
69482
69483
69484
# File 'lib/quickfix_fields.rb', line 69478

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

Class Method Details

.fieldObject



69475
69476
69477
# File 'lib/quickfix_fields.rb', line 69475

def PaymentStreamVarianceUnadjustedCap.field
  return 42678
end