Class: Quickfix::LegPaymentStreamVegaNotionalAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamVegaNotionalAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamVegaNotionalAmount
constructor
A new instance of LegPaymentStreamVegaNotionalAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamVegaNotionalAmount
Returns a new instance of LegPaymentStreamVegaNotionalAmount.
66956 66957 66958 66959 66960 66961 66962 |
# File 'lib/quickfix_fields.rb', line 66956 def initialize(data = nil) if( data == nil ) super(42481) else super(42481, data) end end |
Class Method Details
.field ⇒ Object
66953 66954 66955 |
# File 'lib/quickfix_fields.rb', line 66953 def LegPaymentStreamVegaNotionalAmount.field return 42481 end |