Class: Quickfix::UnderlyingAssetAttributeLimit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingAssetAttributeLimit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAssetAttributeLimit
constructor
A new instance of UnderlyingAssetAttributeLimit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAssetAttributeLimit
Returns a new instance of UnderlyingAssetAttributeLimit.
52019 52020 52021 52022 52023 52024 52025 |
# File 'lib/quickfix_fields.rb', line 52019 def initialize(data = nil) if( data == nil ) super(2315) else super(2315, data) end end |
Class Method Details
.field ⇒ Object
52016 52017 52018 |
# File 'lib/quickfix_fields.rb', line 52016 def UnderlyingAssetAttributeLimit.field return 2315 end |