Class: Quickfix::LegSwapType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegSwapType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSwapType
constructor
A new instance of LegSwapType.
Constructor Details
#initialize(data = nil) ⇒ LegSwapType
Returns a new instance of LegSwapType.
12044 12045 12046 12047 12048 12049 12050 |
# File 'lib/quickfix_fields.rb', line 12044 def initialize(data = nil) if( data == nil ) super(690) else super(690, data) end end |
Class Method Details
.field ⇒ Object
12041 12042 12043 |
# File 'lib/quickfix_fields.rb', line 12041 def LegSwapType.field return 690 end |