Class: Quickfix::OrderAttributeType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OrderAttributeType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderAttributeType
constructor
A new instance of OrderAttributeType.
Constructor Details
#initialize(data = nil) ⇒ OrderAttributeType
Returns a new instance of OrderAttributeType.
75224 75225 75226 75227 75228 75229 75230 |
# File 'lib/quickfix_fields.rb', line 75224 def initialize(data = nil) if( data == nil ) super(2594) else super(2594, data) end end |