Class: Quickfix::CollateralRequestLinkID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollateralRequestLinkID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralRequestLinkID
constructor
A new instance of CollateralRequestLinkID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollateralRequestLinkID
Returns a new instance of CollateralRequestLinkID.
61717 61718 61719 61720 61721 61722 61723 |
# File 'lib/quickfix_fields.rb', line 61717 def initialize(data = nil) if( data == nil ) super(2517) else super(2517, data) end end |
Class Method Details
.field ⇒ Object
61714 61715 61716 |
# File 'lib/quickfix_fields.rb', line 61714 def CollateralRequestLinkID.field return 2517 end |