Class: Quickfix::LegSecurityXML
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSecurityXML
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityXML
constructor
A new instance of LegSecurityXML.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSecurityXML
Returns a new instance of LegSecurityXML.
24498 24499 24500 24501 24502 24503 24504 |
# File 'lib/quickfix_fields.rb', line 24498 def initialize(data = nil) if( data == nil ) super(1872) else super(1872, data) end end |
Class Method Details
.field ⇒ Object
24495 24496 24497 |
# File 'lib/quickfix_fields.rb', line 24495 def LegSecurityXML.field return 1872 end |