Class: Quickfix::LegCPRegType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCPRegType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCPRegType
constructor
A new instance of LegCPRegType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCPRegType
Returns a new instance of LegCPRegType.
43257 43258 43259 43260 43261 43262 43263 |
# File 'lib/quickfix_fields.rb', line 43257 def initialize(data = nil) if( data == nil ) super(2208) else super(2208, data) end end |
Class Method Details
.field ⇒ Object
43254 43255 43256 |
# File 'lib/quickfix_fields.rb', line 43254 def LegCPRegType.field return 2208 end |