Class: Quickfix::ExpirationCycle
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ExpirationCycle
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExpirationCycle
constructor
A new instance of ExpirationCycle.
Constructor Details
#initialize(data = nil) ⇒ ExpirationCycle
Returns a new instance of ExpirationCycle.
6350 6351 6352 6353 6354 6355 6356 |
# File 'lib/quickfix_fields.rb', line 6350 def initialize(data = nil) if( data == nil ) super(827) else super(827, data) end end |
Class Method Details
.field ⇒ Object
6347 6348 6349 |
# File 'lib/quickfix_fields.rb', line 6347 def ExpirationCycle.field return 827 end |