Class: Quickfix::RelatedPositionDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedPositionDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPositionDate
constructor
A new instance of RelatedPositionDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedPositionDate
Returns a new instance of RelatedPositionDate.
24420 24421 24422 24423 24424 24425 24426 |
# File 'lib/quickfix_fields.rb', line 24420 def initialize(data = nil) if( data == nil ) super(1864) else super(1864, data) end end |
Class Method Details
.field ⇒ Object
24417 24418 24419 |
# File 'lib/quickfix_fields.rb', line 24417 def RelatedPositionDate.field return 1864 end |