Class: Quickfix::SecondaryTrdType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SecondaryTrdType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryTrdType
constructor
A new instance of SecondaryTrdType.
Constructor Details
#initialize(data = nil) ⇒ SecondaryTrdType
Returns a new instance of SecondaryTrdType.
11589 11590 11591 11592 11593 11594 11595 |
# File 'lib/quickfix_fields.rb', line 11589 def initialize(data = nil) if( data == nil ) super(855) else super(855, data) end end |