Class: Quickfix::SecondaryPriceLimitType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SecondaryPriceLimitType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
7065 7066 7067 7068 7069 7070 7071 |
# File 'lib/quickfix_fields.rb', line 7065 def initialize(data = nil) if( data == nil ) super(1305) else super(1305, data) end end |
Class Method Details
.field ⇒ Object
7062 7063 7064 |
# File 'lib/quickfix_fields.rb', line 7062 def SecondaryPriceLimitType.field return 1305 end |