Class: Quickfix::DerivativeSecurityExchange
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeSecurityExchange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityExchange
constructor
A new instance of DerivativeSecurityExchange.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityExchange
Returns a new instance of DerivativeSecurityExchange.
16893 16894 16895 16896 16897 16898 16899 |
# File 'lib/quickfix_fields.rb', line 16893 def initialize(data = nil) if( data == nil ) super(1272) else super(1272, data) end end |
Class Method Details
.field ⇒ Object
16890 16891 16892 |
# File 'lib/quickfix_fields.rb', line 16890 def DerivativeSecurityExchange.field return 1272 end |