Class: Quickfix::ProgPeriodInterval
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ProgPeriodInterval
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProgPeriodInterval
constructor
A new instance of ProgPeriodInterval.
Constructor Details
#initialize(data = nil) ⇒ ProgPeriodInterval
Returns a new instance of ProgPeriodInterval.
4231 4232 4233 4234 4235 4236 4237 |
# File 'lib/quickfix_fields.rb', line 4231 def initialize(data = nil) if( data == nil ) super(415) else super(415, data) end end |
Class Method Details
.field ⇒ Object
4228 4229 4230 |
# File 'lib/quickfix_fields.rb', line 4228 def ProgPeriodInterval.field return 415 end |