Class: Quickfix::StreamAssetAttributeType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamAssetAttributeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAssetAttributeType
constructor
A new instance of StreamAssetAttributeType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamAssetAttributeType
Returns a new instance of StreamAssetAttributeType.
45311 45312 45313 45314 45315 45316 45317 |
# File 'lib/quickfix_fields.rb', line 45311 def initialize(data = nil) if( data == nil ) super(41238) else super(41238, data) end end |
Class Method Details
.field ⇒ Object
45308 45309 45310 |
# File 'lib/quickfix_fields.rb', line 45308 def StreamAssetAttributeType.field return 41238 end |