Class: Quickfix::DerivativeCFICode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeCFICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
10341 10342 10343 10344 10345 10346 10347 |
# File 'lib/quickfix_fields.rb', line 10341 def initialize(data = nil) if( data == nil ) super(1248) else super(1248, data) end end |
Class Method Details
.field ⇒ Object
10338 10339 10340 |
# File 'lib/quickfix_fields.rb', line 10338 def DerivativeCFICode.field return 1248 end |