Class: Quickfix::UnderlyingLegSecurityID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLegSecurityID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityID
constructor
A new instance of UnderlyingLegSecurityID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityID
Returns a new instance of UnderlyingLegSecurityID.
17829 17830 17831 17832 17833 17834 17835 |
# File 'lib/quickfix_fields.rb', line 17829 def initialize(data = nil) if( data == nil ) super(1332) else super(1332, data) end end |
Class Method Details
.field ⇒ Object
17826 17827 17828 |
# File 'lib/quickfix_fields.rb', line 17826 def UnderlyingLegSecurityID.field return 1332 end |