Class: Quickfix::PaymentStreamVegaNotionalAmount

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



69530
69531
69532
69533
69534
69535
69536
# File 'lib/quickfix_fields.rb', line 69530

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

Class Method Details

.fieldObject



69527
69528
69529
# File 'lib/quickfix_fields.rb', line 69527

def PaymentStreamVegaNotionalAmount.field
  return 42682
end