Class: Quickfix::ContraLegRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ContraLegRefID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ContraLegRefID
constructor
A new instance of ContraLegRefID.
Constructor Details
#initialize(data = nil) ⇒ ContraLegRefID
Returns a new instance of ContraLegRefID.
8807 8808 8809 8810 8811 8812 8813 |
# File 'lib/quickfix_fields.rb', line 8807 def initialize(data = nil) if( data == nil ) super(655) else super(655, data) end end |