Class: Quickfix::UnderlyingPaymentStreamVegaNotionalAmount

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) ⇒ UnderlyingPaymentStreamVegaNotionalAmount

Returns a new instance of UnderlyingPaymentStreamVegaNotionalAmount.



73638
73639
73640
73641
73642
73643
73644
# File 'lib/quickfix_fields.rb', line 73638

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

Class Method Details

.fieldObject



73635
73636
73637
# File 'lib/quickfix_fields.rb', line 73635

def UnderlyingPaymentStreamVegaNotionalAmount.field
  return 42977
end