Class: Quickfix::LegFlowScheduleType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegFlowScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegFlowScheduleType
constructor
A new instance of LegFlowScheduleType.
Constructor Details
#initialize(data = nil) ⇒ LegFlowScheduleType
Returns a new instance of LegFlowScheduleType.
2437 2438 2439 2440 2441 2442 2443 |
# File 'lib/quickfix_fields.rb', line 2437 def initialize(data = nil) if( data == nil ) super(1440) else super(1440, data) end end |
Class Method Details
.field ⇒ Object
2434 2435 2436 |
# File 'lib/quickfix_fields.rb', line 2434 def LegFlowScheduleType.field return 1440 end |