Class: Quickfix::BeginString
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::BeginString
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BeginString
constructor
A new instance of BeginString.
Constructor Details
#initialize(data = nil) ⇒ BeginString
Returns a new instance of BeginString.
6389 6390 6391 6392 6393 6394 6395 |
# File 'lib/quickfix_fields.rb', line 6389 def initialize(data = nil) if( data == nil ) super(8) else super(8, data) end end |
Class Method Details
.field ⇒ Object
6386 6387 6388 |
# File 'lib/quickfix_fields.rb', line 6386 def BeginString.field return 8 end |