Class: Quickfix::PriceLimitType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PriceLimitType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceLimitType
constructor
A new instance of PriceLimitType.
Constructor Details
#initialize(data = nil) ⇒ PriceLimitType
Returns a new instance of PriceLimitType.
15060 15061 15062 15063 15064 15065 15066 |
# File 'lib/quickfix_fields.rb', line 15060 def initialize(data = nil) if( data == nil ) super(1306) else super(1306, data) end end |
Class Method Details
.field ⇒ Object
15057 15058 15059 |
# File 'lib/quickfix_fields.rb', line 15057 def PriceLimitType.field return 1306 end |