Class: Quickfix::LegDeliveryType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegDeliveryType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryType
constructor
A new instance of LegDeliveryType.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryType
Returns a new instance of LegDeliveryType.
61405 61406 61407 61408 61409 61410 61411 |
# File 'lib/quickfix_fields.rb', line 61405 def initialize(data = nil) if( data == nil ) super(2504) else super(2504, data) end end |