Class: Quickfix::SecondaryTrdType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SecondaryTrdType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
2307 2308 2309 2310 2311 2312 2313 |
# File 'lib/quickfix_fields.rb', line 2307 def initialize(data = nil) if( data == nil ) super(855) else super(855, data) end end |
Class Method Details
.field ⇒ Object
2304 2305 2306 |
# File 'lib/quickfix_fields.rb', line 2304 def SecondaryTrdType.field return 855 end |