Class: Quickfix::LegAssetAttributeType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAssetAttributeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAssetAttributeType
constructor
A new instance of LegAssetAttributeType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAssetAttributeType
Returns a new instance of LegAssetAttributeType.
46637 46638 46639 46640 46641 46642 46643 |
# File 'lib/quickfix_fields.rb', line 46637 def initialize(data = nil) if( data == nil ) super(2309) else super(2309, data) end end |
Class Method Details
.field ⇒ Object
46634 46635 46636 |
# File 'lib/quickfix_fields.rb', line 46634 def LegAssetAttributeType.field return 2309 end |