Class: Quickfix::LegSecuritySubType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecuritySubType
constructor
A new instance of LegSecuritySubType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSecuritySubType
Returns a new instance of LegSecuritySubType.
10445 10446 10447 10448 10449 10450 10451 |
# File 'lib/quickfix_fields.rb', line 10445 def initialize(data = nil) if( data == nil ) super(764) else super(764, data) end end |
Class Method Details
.field ⇒ Object
10442 10443 10444 |
# File 'lib/quickfix_fields.rb', line 10442 def LegSecuritySubType.field return 764 end |