Class: Quickfix::UpfrontPriceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UpfrontPriceType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UpfrontPriceType
constructor
A new instance of UpfrontPriceType.
Constructor Details
#initialize(data = nil) ⇒ UpfrontPriceType
Returns a new instance of UpfrontPriceType.
22613 22614 22615 22616 22617 22618 22619 |
# File 'lib/quickfix_fields.rb', line 22613 def initialize(data = nil) if( data == nil ) super(1741) else super(1741, data) end end |