Class: Quickfix::LegCustodialLotID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCustodialLotID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCustodialLotID
constructor
A new instance of LegCustodialLotID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCustodialLotID
Returns a new instance of LegCustodialLotID.
22964 22965 22966 22967 22968 22969 22970 |
# File 'lib/quickfix_fields.rb', line 22964 def initialize(data = nil) if( data == nil ) super(1756) else super(1756, data) end end |
Class Method Details
.field ⇒ Object
22961 22962 22963 |
# File 'lib/quickfix_fields.rb', line 22961 def LegCustodialLotID.field return 1756 end |