Class: Quickfix::AssetSubType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AssetSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AssetSubType
constructor
A new instance of AssetSubType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AssetSubType
Returns a new instance of AssetSubType.
76095 76096 76097 76098 76099 76100 76101 |
# File 'lib/quickfix_fields.rb', line 76095 def initialize(data = nil) if( data == nil ) super(2735) else super(2735, data) end end |
Class Method Details
.field ⇒ Object
76092 76093 76094 |
# File 'lib/quickfix_fields.rb', line 76092 def AssetSubType.field return 2735 end |