Class: Quickfix::AsgnRptID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AsgnRptID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AsgnRptID
constructor
A new instance of AsgnRptID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AsgnRptID
Returns a new instance of AsgnRptID.
11303 11304 11305 11306 11307 11308 11309 |
# File 'lib/quickfix_fields.rb', line 11303 def initialize(data = nil) if( data == nil ) super(833) else super(833, data) end end |
Class Method Details
.field ⇒ Object
11300 11301 11302 |
# File 'lib/quickfix_fields.rb', line 11300 def AsgnRptID.field return 833 end |