Class: Quickfix::CashSettlAgentAcctName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlAgentAcctName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAgentAcctName
constructor
A new instance of CashSettlAgentAcctName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlAgentAcctName
Returns a new instance of CashSettlAgentAcctName.
2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/quickfix_fields.rb', line 2814 def initialize(data = nil) if( data == nil ) super(185) else super(185, data) end end |
Class Method Details
.field ⇒ Object
2811 2812 2813 |
# File 'lib/quickfix_fields.rb', line 2811 def CashSettlAgentAcctName.field return 185 end |