Class: Quickfix::SettlDeliveryType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SettlDeliveryType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlDeliveryType
constructor
A new instance of SettlDeliveryType.
Constructor Details
#initialize(data = nil) ⇒ SettlDeliveryType
Returns a new instance of SettlDeliveryType.
7052 7053 7054 7055 7056 7057 7058 |
# File 'lib/quickfix_fields.rb', line 7052 def initialize(data = nil) if( data == nil ) super(172) else super(172, data) end end |
Class Method Details
.field ⇒ Object
7049 7050 7051 |
# File 'lib/quickfix_fields.rb', line 7049 def SettlDeliveryType.field return 172 end |