Class: Quickfix::UnderlyingAssetSubType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingAssetSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAssetSubType
constructor
A new instance of UnderlyingAssetSubType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAssetSubType
76303 76304 76305 76306 76307 76308 76309 |
# File 'lib/quickfix_fields.rb', line 76303 def initialize(data = nil) if( data == nil ) super(2744) else super(2744, data) end end |
Class Method Details
.field ⇒ Object
76300 76301 76302 |
# File 'lib/quickfix_fields.rb', line 76300 def UnderlyingAssetSubType.field return 2744 end |