Class: Quickfix::LegSecurityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityType
constructor
A new instance of LegSecurityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSecurityType
Returns a new instance of LegSecurityType.
8274 8275 8276 8277 8278 8279 8280 |
# File 'lib/quickfix_fields.rb', line 8274 def initialize(data = nil) if( data == nil ) super(609) else super(609, data) end end |
Class Method Details
.field ⇒ Object
8271 8272 8273 |
# File 'lib/quickfix_fields.rb', line 8271 def LegSecurityType.field return 609 end |