Class: Quickfix::CashSettlAgentCode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlAgentCode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAgentCode
constructor
A new instance of CashSettlAgentCode.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlAgentCode
Returns a new instance of CashSettlAgentCode.
2788 2789 2790 2791 2792 2793 2794 |
# File 'lib/quickfix_fields.rb', line 2788 def initialize(data = nil) if( data == nil ) super(183) else super(183, data) end end |
Class Method Details
.field ⇒ Object
2785 2786 2787 |
# File 'lib/quickfix_fields.rb', line 2785 def CashSettlAgentCode.field return 183 end |