Class: Quickfix::AssetAttributeLimit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AssetAttributeLimit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AssetAttributeLimit
constructor
A new instance of AssetAttributeLimit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AssetAttributeLimit
Returns a new instance of AssetAttributeLimit.
40657 40658 40659 40660 40661 40662 40663 |
# File 'lib/quickfix_fields.rb', line 40657 def initialize(data = nil) if( data == nil ) super(2307) else super(2307, data) end end |
Class Method Details
.field ⇒ Object
40654 40655 40656 |
# File 'lib/quickfix_fields.rb', line 40654 def AssetAttributeLimit.field return 2307 end |