Class: Quickfix::LegRepoCollateralSecurityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegRepoCollateralSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegRepoCollateralSecurityType
constructor
A new instance of LegRepoCollateralSecurityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegRepoCollateralSecurityType
6051 6052 6053 6054 6055 6056 6057 |
# File 'lib/quickfix_fields.rb', line 6051 def initialize(data = nil) if( data == nil ) super(250) else super(250, data) end end |
Class Method Details
.field ⇒ Object
6048 6049 6050 |
# File 'lib/quickfix_fields.rb', line 6048 def LegRepoCollateralSecurityType.field return 250 end |