Class: Quickfix::UnderlyingPaymentStreamFixedAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamFixedAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixedAmount
constructor
A new instance of UnderlyingPaymentStreamFixedAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixedAmount
Returns a new instance of UnderlyingPaymentStreamFixedAmount.
35301 35302 35303 35304 35305 35306 35307 |
# File 'lib/quickfix_fields.rb', line 35301 def initialize(data = nil) if( data == nil ) super(40616) else super(40616, data) end end |
Class Method Details
.field ⇒ Object
35298 35299 35300 |
# File 'lib/quickfix_fields.rb', line 35298 def UnderlyingPaymentStreamFixedAmount.field return 40616 end |