Class: Quickfix::DeliveryType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DeliveryType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryType
constructor
A new instance of DeliveryType.
Constructor Details
#initialize(data = nil) ⇒ DeliveryType
Returns a new instance of DeliveryType.
11641 11642 11643 11644 11645 11646 11647 |
# File 'lib/quickfix_fields.rb', line 11641 def initialize(data = nil) if( data == nil ) super(919) else super(919, data) end end |
Class Method Details
.field ⇒ Object
11638 11639 11640 |
# File 'lib/quickfix_fields.rb', line 11638 def DeliveryType.field return 919 end |