Class: Quickfix::LegSecurityID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSecurityID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityID
constructor
A new instance of LegSecurityID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSecurityID
Returns a new instance of LegSecurityID.
8183 8184 8185 8186 8187 8188 8189 |
# File 'lib/quickfix_fields.rb', line 8183 def initialize(data = nil) if( data == nil ) super(602) else super(602, data) end end |
Class Method Details
.field ⇒ Object
8180 8181 8182 |
# File 'lib/quickfix_fields.rb', line 8180 def LegSecurityID.field return 602 end |