Class: Quickfix::DerivativeSecurityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityType
constructor
A new instance of DerivativeSecurityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityType
Returns a new instance of DerivativeSecurityType.
16594 16595 16596 16597 16598 16599 16600 |
# File 'lib/quickfix_fields.rb', line 16594 def initialize(data = nil) if( data == nil ) super(1249) else super(1249, data) end end |
Class Method Details
.field ⇒ Object
16591 16592 16593 |
# File 'lib/quickfix_fields.rb', line 16591 def DerivativeSecurityType.field return 1249 end |