Class: Quickfix::UnderlyingLegSecurityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLegSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityType
constructor
A new instance of UnderlyingLegSecurityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityType
Returns a new instance of UnderlyingLegSecurityType.
17894 17895 17896 17897 17898 17899 17900 |
# File 'lib/quickfix_fields.rb', line 17894 def initialize(data = nil) if( data == nil ) super(1337) else super(1337, data) end end |
Class Method Details
.field ⇒ Object
17891 17892 17893 |
# File 'lib/quickfix_fields.rb', line 17891 def .field return 1337 end |