Class: Quickfix::PaymentStreamVegaNotionalAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamVegaNotionalAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamVegaNotionalAmount
constructor
A new instance of PaymentStreamVegaNotionalAmount.
Methods inherited from DoubleField
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
.field ⇒ Object
69527 69528 69529 |
# File 'lib/quickfix_fields.rb', line 69527 def PaymentStreamVegaNotionalAmount.field return 42682 end |