Class: Quickfix::SecondaryPriceLimitType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SecondaryPriceLimitType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryPriceLimitType
constructor
A new instance of SecondaryPriceLimitType.
Constructor Details
#initialize(data = nil) ⇒ SecondaryPriceLimitType
Returns a new instance of SecondaryPriceLimitType.
17322 17323 17324 17325 17326 17327 17328 |
# File 'lib/quickfix_fields.rb', line 17322 def initialize(data = nil) if( data == nil ) super(1305) else super(1305, data) end end |