Class: Quickfix::URLLink
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::URLLink
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ URLLink
constructor
A new instance of URLLink.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ URLLink
Returns a new instance of URLLink.
2346 2347 2348 2349 2350 2351 2352 |
# File 'lib/quickfix_fields.rb', line 2346 def initialize(data = nil) if( data == nil ) super(149) else super(149, data) end end |
Class Method Details
.field ⇒ Object
2343 2344 2345 |
# File 'lib/quickfix_fields.rb', line 2343 def URLLink.field return 149 end |