Class: Quickfix::UnderlyingAssetAttributeValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingAssetAttributeValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAssetAttributeValue
constructor
A new instance of UnderlyingAssetAttributeValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAssetAttributeValue
Returns a new instance of UnderlyingAssetAttributeValue.
52006 52007 52008 52009 52010 52011 52012 |
# File 'lib/quickfix_fields.rb', line 52006 def initialize(data = nil) if( data == nil ) super(2314) else super(2314, data) end end |
Class Method Details
.field ⇒ Object
52003 52004 52005 |
# File 'lib/quickfix_fields.rb', line 52003 def UnderlyingAssetAttributeValue.field return 2314 end |