Class: Quickfix::LegAssetAttributeLimit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAssetAttributeLimit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAssetAttributeLimit
constructor
A new instance of LegAssetAttributeLimit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAssetAttributeLimit
Returns a new instance of LegAssetAttributeLimit.
46663 46664 46665 46666 46667 46668 46669 |
# File 'lib/quickfix_fields.rb', line 46663 def initialize(data = nil) if( data == nil ) super(2311) else super(2311, data) end end |
Class Method Details
.field ⇒ Object
46660 46661 46662 |
# File 'lib/quickfix_fields.rb', line 46660 def LegAssetAttributeLimit.field return 2311 end |