Class: Quickfix::DerivativeSecurityXML
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeSecurityXML
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityXML
constructor
A new instance of DerivativeSecurityXML.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityXML
Returns a new instance of DerivativeSecurityXML.
17036 17037 17038 17039 17040 17041 17042 |
# File 'lib/quickfix_fields.rb', line 17036 def initialize(data = nil) if( data == nil ) super(1283) else super(1283, data) end end |
Class Method Details
.field ⇒ Object
17033 17034 17035 |
# File 'lib/quickfix_fields.rb', line 17033 def DerivativeSecurityXML.field return 1283 end |