Class: Quickfix::ContraLegRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ContraLegRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
2827 2828 2829 2830 2831 2832 2833 |
# File 'lib/quickfix_fields.rb', line 2827 def initialize(data = nil) if( data == nil ) super(655) else super(655, data) end end |
Class Method Details
.field ⇒ Object
2824 2825 2826 |
# File 'lib/quickfix_fields.rb', line 2824 def ContraLegRefID.field return 655 end |