Class: Quickfix::AssetAttributeValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AssetAttributeValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AssetAttributeValue
constructor
A new instance of AssetAttributeValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AssetAttributeValue
Returns a new instance of AssetAttributeValue.
40644 40645 40646 40647 40648 40649 40650 |
# File 'lib/quickfix_fields.rb', line 40644 def initialize(data = nil) if( data == nil ) super(2306) else super(2306, data) end end |
Class Method Details
.field ⇒ Object
40641 40642 40643 |
# File 'lib/quickfix_fields.rb', line 40641 def AssetAttributeValue.field return 2306 end |