Class: Quickfix::UnderlyingSecondaryAssetType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSecondaryAssetType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecondaryAssetType
constructor
A new instance of UnderlyingSecondaryAssetType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecondaryAssetType
Returns a new instance of UnderlyingSecondaryAssetType.
27267 27268 27269 27270 27271 27272 27273 |
# File 'lib/quickfix_fields.rb', line 27267 def initialize(data = nil) if( data == nil ) super(2083) else super(2083, data) end end |
Class Method Details
.field ⇒ Object
27264 27265 27266 |
# File 'lib/quickfix_fields.rb', line 27264 def .field return 2083 end |