Class: Quickfix::UnderlyingSwapSubClass
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSwapSubClass
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSwapSubClass
constructor
A new instance of UnderlyingSwapSubClass.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSwapSubClass
Returns a new instance of UnderlyingSwapSubClass.
54307 54308 54309 54310 54311 54312 54313 |
# File 'lib/quickfix_fields.rb', line 54307 def initialize(data = nil) if( data == nil ) super(2289) else super(2289, data) end end |
Class Method Details
.field ⇒ Object
54304 54305 54306 |
# File 'lib/quickfix_fields.rb', line 54304 def .field return 2289 end |