Class: Quickfix::CollateralRequestInstruction
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollateralRequestInstruction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralRequestInstruction
constructor
A new instance of CollateralRequestInstruction.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollateralRequestInstruction
Returns a new instance of CollateralRequestInstruction.
61704 61705 61706 61707 61708 61709 61710 |
# File 'lib/quickfix_fields.rb', line 61704 def initialize(data = nil) if( data == nil ) super(2516) else super(2516, data) end end |
Class Method Details
.field ⇒ Object
61701 61702 61703 |
# File 'lib/quickfix_fields.rb', line 61701 def CollateralRequestInstruction.field return 2516 end |