Class: Quickfix::LegSecurityXMLSchema
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSecurityXMLSchema
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityXMLSchema
constructor
A new instance of LegSecurityXMLSchema.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSecurityXMLSchema
Returns a new instance of LegSecurityXMLSchema.
24511 24512 24513 24514 24515 24516 24517 |
# File 'lib/quickfix_fields.rb', line 24511 def initialize(data = nil) if( data == nil ) super(1873) else super(1873, data) end end |
Class Method Details
.field ⇒ Object
24508 24509 24510 |
# File 'lib/quickfix_fields.rb', line 24508 def LegSecurityXMLSchema.field return 1873 end |