Class: Quickfix::ThresholdAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ThresholdAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ThresholdAmount
constructor
A new instance of ThresholdAmount.
Constructor Details
#initialize(data = nil) ⇒ ThresholdAmount
Returns a new instance of ThresholdAmount.
9327 9328 9329 9330 9331 9332 9333 |
# File 'lib/quickfix_fields.rb', line 9327 def initialize(data = nil) if( data == nil ) super(834) else super(834, data) end end |
Class Method Details
.field ⇒ Object
9324 9325 9326 |
# File 'lib/quickfix_fields.rb', line 9324 def ThresholdAmount.field return 834 end |