Class: Quickfix::NoDeliveryStreamCommoditySources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoDeliveryStreamCommoditySources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoDeliveryStreamCommoditySources
constructor
A new instance of NoDeliveryStreamCommoditySources.
Constructor Details
#initialize(data = nil) ⇒ NoDeliveryStreamCommoditySources
Returns a new instance of NoDeliveryStreamCommoditySources.
42191 42192 42193 42194 42195 42196 42197 |
# File 'lib/quickfix_fields.rb', line 42191 def initialize(data = nil) if( data == nil ) super(41085) else super(41085, data) end end |