Class: Quickfix::UnderlyingLegSymbol
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLegSymbol
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSymbol
constructor
A new instance of UnderlyingLegSymbol.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSymbol
Returns a new instance of UnderlyingLegSymbol.
17803 17804 17805 17806 17807 17808 17809 |
# File 'lib/quickfix_fields.rb', line 17803 def initialize(data = nil) if( data == nil ) super(1330) else super(1330, data) end end |
Class Method Details
.field ⇒ Object
17800 17801 17802 |
# File 'lib/quickfix_fields.rb', line 17800 def .field return 1330 end |