Class: Quickfix::SecondaryAssetSubType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecondaryAssetSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryAssetSubType
constructor
A new instance of SecondaryAssetSubType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecondaryAssetSubType
Returns a new instance of SecondaryAssetSubType.
76277 76278 76279 76280 76281 76282 76283 |
# File 'lib/quickfix_fields.rb', line 76277 def initialize(data = nil) if( data == nil ) super(2741) else super(2741, data) end end |
Class Method Details
.field ⇒ Object
76274 76275 76276 |
# File 'lib/quickfix_fields.rb', line 76274 def SecondaryAssetSubType.field return 2741 end |