Class: Quickfix::LegExerciseStyle
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegExerciseStyle
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExerciseStyle
constructor
A new instance of LegExerciseStyle.
Constructor Details
#initialize(data = nil) ⇒ LegExerciseStyle
Returns a new instance of LegExerciseStyle.
16490 16491 16492 16493 16494 16495 16496 |
# File 'lib/quickfix_fields.rb', line 16490 def initialize(data = nil) if( data == nil ) super(1420) else super(1420, data) end end |
Class Method Details
.field ⇒ Object
16487 16488 16489 |
# File 'lib/quickfix_fields.rb', line 16487 def LegExerciseStyle.field return 1420 end |