Class: Quickfix::PrimaryServiceLocationID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PrimaryServiceLocationID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PrimaryServiceLocationID
constructor
A new instance of PrimaryServiceLocationID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PrimaryServiceLocationID
Returns a new instance of PrimaryServiceLocationID.
62380 62381 62382 62383 62384 62385 62386 |
# File 'lib/quickfix_fields.rb', line 62380 def initialize(data = nil) if( data == nil ) super(2567) else super(2567, data) end end |
Class Method Details
.field ⇒ Object
62377 62378 62379 |
# File 'lib/quickfix_fields.rb', line 62377 def PrimaryServiceLocationID.field return 2567 end |