Class: Quickfix::UnderlyingSwapClass
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSwapClass
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSwapClass
constructor
A new instance of UnderlyingSwapClass.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSwapClass
Returns a new instance of UnderlyingSwapClass.
26396 26397 26398 26399 26400 26401 26402 |
# File 'lib/quickfix_fields.rb', line 26396 def initialize(data = nil) if( data == nil ) super(2016) else super(2016, data) end end |
Class Method Details
.field ⇒ Object
26393 26394 26395 |
# File 'lib/quickfix_fields.rb', line 26393 def UnderlyingSwapClass.field return 2016 end |