Class: Quickfix::MaxTradeVol
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MaxTradeVol
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaxTradeVol
constructor
A new instance of MaxTradeVol.
Constructor Details
#initialize(data = nil) ⇒ MaxTradeVol
Returns a new instance of MaxTradeVol.
3321 3322 3323 3324 3325 3326 3327 |
# File 'lib/quickfix_fields.rb', line 3321 def initialize(data = nil) if( data == nil ) super(1140) else super(1140, data) end end |
Class Method Details
.field ⇒ Object
3318 3319 3320 |
# File 'lib/quickfix_fields.rb', line 3318 def MaxTradeVol.field return 1140 end |