Class: Quickfix::UnderlyingStreamAssetAttributeLimit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamAssetAttributeLimit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeLimit
constructor
A new instance of UnderlyingStreamAssetAttributeLimit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamAssetAttributeLimit
Returns a new instance of UnderlyingStreamAssetAttributeLimit.
53514 53515 53516 53517 53518 53519 53520 |
# File 'lib/quickfix_fields.rb', line 53514 def initialize(data = nil) if( data == nil ) super(41803) else super(41803, data) end end |
Class Method Details
.field ⇒ Object
53511 53512 53513 |
# File 'lib/quickfix_fields.rb', line 53511 def .field return 41803 end |