Class: Quickfix::UnderlyingSecondaryAssetSubType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSecondaryAssetSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecondaryAssetSubType
constructor
A new instance of UnderlyingSecondaryAssetSubType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecondaryAssetSubType
Returns a new instance of UnderlyingSecondaryAssetSubType.
76342 76343 76344 76345 76346 76347 76348 |
# File 'lib/quickfix_fields.rb', line 76342 def initialize(data = nil) if( data == nil ) super(2745) else super(2745, data) end end |
Class Method Details
.field ⇒ Object
76339 76340 76341 |
# File 'lib/quickfix_fields.rb', line 76339 def UnderlyingSecondaryAssetSubType.field return 2745 end |