Class: Quickfix::PayCollectMarketID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PayCollectMarketID

Returns a new instance of PayCollectMarketID.



22405
22406
22407
22408
22409
22410
22411
# File 'lib/quickfix_fields.rb', line 22405

def initialize(data = nil)
  if( data == nil )
    super(1713)
  else
    super(1713, data)
  end
end

Class Method Details

.fieldObject



22402
22403
22404
# File 'lib/quickfix_fields.rb', line 22402

def PayCollectMarketID.field
  return 1713
end