Class: Quickfix::CustodialLotID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CustodialLotID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CustodialLotID
constructor
A new instance of CustodialLotID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CustodialLotID
Returns a new instance of CustodialLotID.
22912 22913 22914 22915 22916 22917 22918 |
# File 'lib/quickfix_fields.rb', line 22912 def initialize(data = nil) if( data == nil ) super(1752) else super(1752, data) end end |
Class Method Details
.field ⇒ Object
22909 22910 22911 |
# File 'lib/quickfix_fields.rb', line 22909 def CustodialLotID.field return 1752 end |