Class: Quickfix::CashSettlAgentName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlAgentName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAgentName
constructor
A new instance of CashSettlAgentName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlAgentName
2775 2776 2777 2778 2779 2780 2781 |
# File 'lib/quickfix_fields.rb', line 2775 def initialize(data = nil) if( data == nil ) super(182) else super(182, data) end end |
Class Method Details
.field ⇒ Object
2772 2773 2774 |
# File 'lib/quickfix_fields.rb', line 2772 def CashSettlAgentName.field return 182 end |