Class: Quickfix::CashDistribAgentAcctNumber
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashDistribAgentAcctNumber
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashDistribAgentAcctNumber
constructor
A new instance of CashDistribAgentAcctNumber.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashDistribAgentAcctNumber
Returns a new instance of CashDistribAgentAcctNumber.
6896 6897 6898 6899 6900 6901 6902 |
# File 'lib/quickfix_fields.rb', line 6896 def initialize(data = nil) if( data == nil ) super(500) else super(500, data) end end |
Class Method Details
.field ⇒ Object
6893 6894 6895 |
# File 'lib/quickfix_fields.rb', line 6893 def CashDistribAgentAcctNumber.field return 500 end |