Class: Quickfix::HostCrossID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::HostCrossID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ HostCrossID
constructor
A new instance of HostCrossID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ HostCrossID
Returns a new instance of HostCrossID.
12967 12968 12969 12970 12971 12972 12973 |
# File 'lib/quickfix_fields.rb', line 12967 def initialize(data = nil) if( data == nil ) super(961) else super(961, data) end end |
Class Method Details
.field ⇒ Object
12964 12965 12966 |
# File 'lib/quickfix_fields.rb', line 12964 def HostCrossID.field return 961 end |