Class: Quickfix::DerivativeCFICode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
16578 16579 16580 |
# File 'lib/quickfix_fields.rb', line 16578 def DerivativeCFICode.field return 1248 end |