Class: Quickfix::CollateralType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollateralType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralType
constructor
A new instance of CollateralType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollateralType
Returns a new instance of CollateralType.
22314 22315 22316 22317 22318 22319 22320 |
# File 'lib/quickfix_fields.rb', line 22314 def initialize(data = nil) if( data == nil ) super(1706) else super(1706, data) end end |
Class Method Details
.field ⇒ Object
22311 22312 22313 |
# File 'lib/quickfix_fields.rb', line 22311 def CollateralType.field return 1706 end |