Class: Quickfix::LegPaymentStubType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStubType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubType
constructor
A new instance of LegPaymentStubType.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubType
Returns a new instance of LegPaymentStubType.
32740 32741 32742 32743 32744 32745 32746 |
# File 'lib/quickfix_fields.rb', line 32740 def initialize(data = nil) if( data == nil ) super(40419) else super(40419, data) end end |