Class: Quickfix::LegAssetAttributeValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAssetAttributeValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAssetAttributeValue
constructor
A new instance of LegAssetAttributeValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAssetAttributeValue
Returns a new instance of LegAssetAttributeValue.
46650 46651 46652 46653 46654 46655 46656 |
# File 'lib/quickfix_fields.rb', line 46650 def initialize(data = nil) if( data == nil ) super(2310) else super(2310, data) end end |
Class Method Details
.field ⇒ Object
46647 46648 46649 |
# File 'lib/quickfix_fields.rb', line 46647 def LegAssetAttributeValue.field return 2310 end |