Class: Quickfix::SecondaryPriceLimitType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
17319 17320 17321 |
# File 'lib/quickfix_fields.rb', line 17319 def SecondaryPriceLimitType.field return 1305 end |