Class: Quickfix::DerivativeSecurityXMLLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DerivativeSecurityXMLLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityXMLLen
constructor
A new instance of DerivativeSecurityXMLLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityXMLLen
Returns a new instance of DerivativeSecurityXMLLen.
17023 17024 17025 17026 17027 17028 17029 |
# File 'lib/quickfix_fields.rb', line 17023 def initialize(data = nil) if( data == nil ) super(1282) else super(1282, data) end end |
Class Method Details
.field ⇒ Object
17020 17021 17022 |
# File 'lib/quickfix_fields.rb', line 17020 def DerivativeSecurityXMLLen.field return 1282 end |