Class: Quickfix::UnderlyingRepoCollateralSecurityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingRepoCollateralSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingRepoCollateralSecurityType
constructor
A new instance of UnderlyingRepoCollateralSecurityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingRepoCollateralSecurityType
Returns a new instance of UnderlyingRepoCollateralSecurityType.
5960 5961 5962 5963 5964 5965 5966 |
# File 'lib/quickfix_fields.rb', line 5960 def initialize(data = nil) if( data == nil ) super(243) else super(243, data) end end |
Class Method Details
.field ⇒ Object
5957 5958 5959 |
# File 'lib/quickfix_fields.rb', line 5957 def .field return 243 end |