Class: Quickfix::PaymentStreamRealizedVarianceMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRealizedVarianceMethod

Returns a new instance of PaymentStreamRealizedVarianceMethod.



69491
69492
69493
69494
69495
69496
69497
# File 'lib/quickfix_fields.rb', line 69491

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

Class Method Details

.fieldObject



69488
69489
69490
# File 'lib/quickfix_fields.rb', line 69488

def PaymentStreamRealizedVarianceMethod.field
  return 42679
end