Class: Quickfix::StreamAssetAttributeValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamAssetAttributeValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAssetAttributeValue
constructor
A new instance of StreamAssetAttributeValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamAssetAttributeValue
Returns a new instance of StreamAssetAttributeValue.
45324 45325 45326 45327 45328 45329 45330 |
# File 'lib/quickfix_fields.rb', line 45324 def initialize(data = nil) if( data == nil ) super(41239) else super(41239, data) end end |
Class Method Details
.field ⇒ Object
45321 45322 45323 |
# File 'lib/quickfix_fields.rb', line 45321 def StreamAssetAttributeValue.field return 41239 end |