Class: Quickfix::HostCrossID
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ HostCrossID
Returns a new instance of HostCrossID.
12291 12292 12293 12294 12295 12296 12297 |
# File 'lib/quickfix_fields.rb', line 12291 def initialize(data = nil) if( data == nil ) super(961) else super(961, data) end end |
Class Method Details
.field ⇒ Object
12288 12289 12290 |
# File 'lib/quickfix_fields.rb', line 12288 def HostCrossID.field return 961 end |