Class: Quickfix::ReceivingDeptID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ReceivingDeptID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReceivingDeptID
constructor
A new instance of ReceivingDeptID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ReceivingDeptID
Returns a new instance of ReceivingDeptID.
23952 23953 23954 23955 23956 23957 23958 |
# File 'lib/quickfix_fields.rb', line 23952 def initialize(data = nil) if( data == nil ) super(1726) else super(1726, data) end end |
Class Method Details
.field ⇒ Object
23949 23950 23951 |
# File 'lib/quickfix_fields.rb', line 23949 def ReceivingDeptID.field return 1726 end |