Class: Quickfix::LegStreamAssetAttributeType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamAssetAttributeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamAssetAttributeType
constructor
A new instance of LegStreamAssetAttributeType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamAssetAttributeType
Returns a new instance of LegStreamAssetAttributeType.
48587 48588 48589 48590 48591 48592 48593 |
# File 'lib/quickfix_fields.rb', line 48587 def initialize(data = nil) if( data == nil ) super(41453) else super(41453, data) end end |
Class Method Details
.field ⇒ Object
48584 48585 48586 |
# File 'lib/quickfix_fields.rb', line 48584 def LegStreamAssetAttributeType.field return 41453 end |