Class: Quickfix::CashSettlAgentAcctNum
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlAgentAcctNum
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAgentAcctNum
constructor
A new instance of CashSettlAgentAcctNum.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlAgentAcctNum
Returns a new instance of CashSettlAgentAcctNum.
2801 2802 2803 2804 2805 2806 2807 |
# File 'lib/quickfix_fields.rb', line 2801 def initialize(data = nil) if( data == nil ) super(184) else super(184, data) end end |
Class Method Details
.field ⇒ Object
2798 2799 2800 |
# File 'lib/quickfix_fields.rb', line 2798 def CashSettlAgentAcctNum.field return 184 end |