Class: Quickfix::PaymentStreamReferenceLevel
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamReferenceLevel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamReferenceLevel
constructor
A new instance of PaymentStreamReferenceLevel.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamReferenceLevel
Returns a new instance of PaymentStreamReferenceLevel.
44843 44844 44845 44846 44847 44848 44849 |
# File 'lib/quickfix_fields.rb', line 44843 def initialize(data = nil) if( data == nil ) super(41200) else super(41200, data) end end |
Class Method Details
.field ⇒ Object
44840 44841 44842 |
# File 'lib/quickfix_fields.rb', line 44840 def PaymentStreamReferenceLevel.field return 41200 end |