Class: Quickfix::WaveNo
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::WaveNo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ WaveNo
constructor
A new instance of WaveNo.
Constructor Details
#initialize(data = nil) ⇒ WaveNo
Returns a new instance of WaveNo.
1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/quickfix_fields.rb', line 1943 def initialize(data = nil) if( data == nil ) super(105) else super(105, data) end end |