Class: Quickfix::LegRepurchaseTerm
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegRepurchaseTerm
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegRepurchaseTerm
constructor
A new instance of LegRepurchaseTerm.
Constructor Details
#initialize(data = nil) ⇒ LegRepurchaseTerm
Returns a new instance of LegRepurchaseTerm.
6064 6065 6066 6067 6068 6069 6070 |
# File 'lib/quickfix_fields.rb', line 6064 def initialize(data = nil) if( data == nil ) super(251) else super(251, data) end end |