Class: Quickfix::LegRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegRefID
constructor
A new instance of LegRefID.
Constructor Details
#initialize(data = nil) ⇒ LegRefID
Returns a new instance of LegRefID.
12499 12500 12501 12502 12503 12504 12505 |
# File 'lib/quickfix_fields.rb', line 12499 def initialize(data = nil) if( data == nil ) super(654) else super(654, data) end end |
Class Method Details
.field ⇒ Object
12496 12497 12498 |
# File 'lib/quickfix_fields.rb', line 12496 def LegRefID.field return 654 end |