Class: Quickfix::UnderlyingSecurityXMLSchema
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSecurityXMLSchema
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityXMLSchema
constructor
A new instance of UnderlyingSecurityXMLSchema.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecurityXMLSchema
Returns a new instance of UnderlyingSecurityXMLSchema.
24550 24551 24552 24553 24554 24555 24556 |
# File 'lib/quickfix_fields.rb', line 24550 def initialize(data = nil) if( data == nil ) super(1876) else super(1876, data) end end |
Class Method Details
.field ⇒ Object
24547 24548 24549 |
# File 'lib/quickfix_fields.rb', line 24547 def UnderlyingSecurityXMLSchema.field return 1876 end |