Class: Quickfix::SecondaryServiceLocationID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecondaryServiceLocationID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryServiceLocationID
constructor
A new instance of SecondaryServiceLocationID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecondaryServiceLocationID
Returns a new instance of SecondaryServiceLocationID.
62393 62394 62395 62396 62397 62398 62399 |
# File 'lib/quickfix_fields.rb', line 62393 def initialize(data = nil) if( data == nil ) super(2568) else super(2568, data) end end |
Class Method Details
.field ⇒ Object
62390 62391 62392 |
# File 'lib/quickfix_fields.rb', line 62390 def SecondaryServiceLocationID.field return 2568 end |