Class: Quickfix::AllocLinkID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AllocLinkID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocLinkID
constructor
A new instance of AllocLinkID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllocLinkID
Returns a new instance of AllocLinkID.
2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/quickfix_fields.rb', line 2957 def initialize(data = nil) if( data == nil ) super(196) else super(196, data) end end |
Class Method Details
.field ⇒ Object
2954 2955 2956 |
# File 'lib/quickfix_fields.rb', line 2954 def AllocLinkID.field return 196 end |