Class: Quickfix::CashSettlAgentContactPhone
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashSettlAgentContactPhone
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAgentContactPhone
constructor
A new instance of CashSettlAgentContactPhone.
Constructor Details
#initialize(data = nil) ⇒ CashSettlAgentContactPhone
Returns a new instance of CashSettlAgentContactPhone.
435 436 437 438 439 440 441 |
# File 'lib/quickfix_fields.rb', line 435 def initialize(data = nil) if( data == nil ) super(187) else super(187, data) end end |
Class Method Details
.field ⇒ Object
432 433 434 |
# File 'lib/quickfix_fields.rb', line 432 def CashSettlAgentContactPhone.field return 187 end |