Class: Quickfix::LegStreamAssetAttributeLimit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamAssetAttributeLimit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamAssetAttributeLimit
constructor
A new instance of LegStreamAssetAttributeLimit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamAssetAttributeLimit
Returns a new instance of LegStreamAssetAttributeLimit.
48613 48614 48615 48616 48617 48618 48619 |
# File 'lib/quickfix_fields.rb', line 48613 def initialize(data = nil) if( data == nil ) super(41455) else super(41455, data) end end |
Class Method Details
.field ⇒ Object
48610 48611 48612 |
# File 'lib/quickfix_fields.rb', line 48610 def LegStreamAssetAttributeLimit.field return 41455 end |