Class: Quickfix::DerivativeCFICode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeCFICode
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeCFICode
constructor
A new instance of DerivativeCFICode.
Constructor Details
#initialize(data = nil) ⇒ DerivativeCFICode
Returns a new instance of DerivativeCFICode.
16581 16582 16583 16584 16585 16586 16587 |
# File 'lib/quickfix_fields.rb', line 16581 def initialize(data = nil) if( data == nil ) super(1248) else super(1248, data) end end |