Class: Quickfix::RepoCollateralSecurityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RepoCollateralSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RepoCollateralSecurityType
constructor
A new instance of RepoCollateralSecurityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RepoCollateralSecurityType
Returns a new instance of RepoCollateralSecurityType.
5908 5909 5910 5911 5912 5913 5914 |
# File 'lib/quickfix_fields.rb', line 5908 def initialize(data = nil) if( data == nil ) super(239) else super(239, data) end end |
Class Method Details
.field ⇒ Object
5905 5906 5907 |
# File 'lib/quickfix_fields.rb', line 5905 def RepoCollateralSecurityType.field return 239 end |