Class: Quickfix::RelatedPositionDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RelatedPositionDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPositionDate
constructor
A new instance of RelatedPositionDate.
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 |